diff --git a/packages/pom.xml b/packages/pom.xml index d5dd5dc304..cbce433c01 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -28,7 +28,7 @@ org.apache.commons commons-compress - 1.15 + 1.21 junit diff --git a/packages/requirements.txt b/packages/requirements.txt index bf8b8100b3..3db917ab6a 100644 --- a/packages/requirements.txt +++ b/packages/requirements.txt @@ -1,2 +1,2 @@ -django==1.2 +django == 3.2.4 diff --git a/packages/sub/.hidden/requirements.txt b/packages/sub/.hidden/requirements.txt index 92cc9be877..3db917ab6a 100644 --- a/packages/sub/.hidden/requirements.txt +++ b/packages/sub/.hidden/requirements.txt @@ -1,2 +1,2 @@ -django==1.2 +django == 3.2.4 diff --git a/packages/sub/pom.xml b/packages/sub/pom.xml index dff7d473fe..5fca25cc80 100644 --- a/packages/sub/pom.xml +++ b/packages/sub/pom.xml @@ -23,14 +23,14 @@ 1.7 1.7 3.1.0 - 2.14.0 + 2.17.1 com.fasterxml.jackson.core jackson-databind - 2.12.4 + 2.16.0 org.apache.logging.log4j @@ -40,12 +40,12 @@ org.apache.commons commons-compress - 1.20 + 1.21 org.springframework spring-core - 5.3.0 + 6.0.8