You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/03/21 15:56:00 UTC

[incubator-datalab] branch develop updated: update libs versions

This is an automated email from the ASF dual-hosted git repository.

hshpak pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7ae2cc2  update libs versions
     new ffea61b  Merge pull request #1467 from denysyankiv/DATALAB-2738
7ae2cc2 is described below

commit 7ae2cc22d45f30157dccf8a2f3281b3eb2f79f52
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Mon Mar 21 17:50:04 2022 +0200

    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 0178495..dc845f0 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.21</io.dropwizard.version>
+        <io.dropwizard.version>1.3.29</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 b5a4098..4e69ebb 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.5</version>
+            <version>4.5.13</version>
         </dependency>
 
 <!--        <dependency>-->
diff --git a/services/datalab-webapp-common/pom.xml b/services/datalab-webapp-common/pom.xml
index b42da46..f965f04 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.4</version>
+            <version>2.7</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 a6f16e9..c7c9804 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.9</version>
+            <version>4.5.13</version>
         </dependency>
         <dependency>
             <groupId>com.azure</groupId>
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.7</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>
diff --git a/services/self-service/pom.xml b/services/self-service/pom.xml
index a3eba43..3d7058b 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.1.1</version>
+            <version>1.2.0</version>
         </dependency>
 
         <dependency>
@@ -190,7 +190,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org