summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-30 10:53:11 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-30 10:53:11 +0000
commite67af03e0d421c3a36717afa828ba226804a0f4e (patch)
treead2142de979569cf0354b894352d9707151c4961
parent6cd0173ea4bcb247f2cd8f78cb1b32860c0613fb (diff)
Package upgrade for the SO and so-libs
Issue-ID: SO-4001 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I1229900f00086404a2061c9aaf47f28bbef3aa39
-rw-r--r--openstack-client-connectors/http-connector/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/openstack-client-connectors/http-connector/pom.xml b/openstack-client-connectors/http-connector/pom.xml
index c4ef05e..ba70031 100644
--- a/openstack-client-connectors/http-connector/pom.xml
+++ b/openstack-client-connectors/http-connector/pom.xml
@@ -16,15 +16,26 @@
<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>