This is an automated email from the ASF dual-hosted git repository. dyankiv pushed a commit to branch revert-1467-DATALAB-2738 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit d1ac637ae689ffb8077a39595cbbee7f6e600dee Author: Denys Yankiv <[email protected]> AuthorDate: Mon Mar 21 19:18:16 2022 +0200 Revert "[DATALAB-2738]: update libs versions " --- pom.xml | 2 +- services/billing-azure/pom.xml | 2 +- services/datalab-webapp-common/pom.xml | 2 +- services/provisioning-service/pom.xml | 4 ++-- services/self-service/pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index dc845f0..0178495 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <io.dropwizard.version>1.3.29</io.dropwizard.version> + <io.dropwizard.version>1.3.21</io.dropwizard.version> <dropwizard.swagger.version>1.3.5-1</dropwizard.swagger.version> <com.google.inject.version>4.2.0</com.google.inject.version> <dropwizard-template-config.version>1.4.0</dropwizard-template-config.version> diff --git a/services/billing-azure/pom.xml b/services/billing-azure/pom.xml index 4e69ebb..b5a4098 100644 --- a/services/billing-azure/pom.xml +++ b/services/billing-azure/pom.xml @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.13</version> + <version>4.5.5</version> </dependency> <!-- <dependency>--> diff --git a/services/datalab-webapp-common/pom.xml b/services/datalab-webapp-common/pom.xml index f965f04..b42da46 100644 --- a/services/datalab-webapp-common/pom.xml +++ b/services/datalab-webapp-common/pom.xml @@ -68,7 +68,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.4</version> </dependency> </dependencies> </project> \ No newline at end of file diff --git a/services/provisioning-service/pom.xml b/services/provisioning-service/pom.xml index c7c9804..a6f16e9 100644 --- a/services/provisioning-service/pom.xml +++ b/services/provisioning-service/pom.xml @@ -106,7 +106,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.13</version> + <version>4.5.9</version> </dependency> <dependency> <groupId>com.azure</groupId> @@ -139,7 +139,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.6</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> diff --git a/services/self-service/pom.xml b/services/self-service/pom.xml index 3d7058b..a3eba43 100644 --- a/services/self-service/pom.xml +++ b/services/self-service/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>de.ahus1.keycloak.dropwizard</groupId> <artifactId>keycloak-dropwizard</artifactId> - <version>1.2.0</version> + <version>1.1.1</version> </dependency> <dependency> @@ -190,7 +190,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.6</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
