Package upgrade for the SO and so-libs 39/133939/1
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Thu, 30 Mar 2023 10:53:11 +0000 (10:53 +0000)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Thu, 30 Mar 2023 10:53:11 +0000 (10:53 +0000)
Issue-ID: SO-4001
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I1229900f00086404a2061c9aaf47f28bbef3aa39

openstack-client-connectors/http-connector/pom.xml

index c4ef05e..ba70031 100644 (file)
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>4.5.14</version>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
+      </exclusions> 
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.15</version>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.25</version>
+      <version>2.0.7</version>
     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>