Skip to content

Commit

Permalink
OK-414 Update httpclient, fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed May 15, 2024
1 parent f57c6bc commit 11c3e8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</modules>

<properties>
<apache.httpclient.version>4.5.2</apache.httpclient.version>
<apache.httpclient.version>4.5.13</apache.httpclient.version>
<auditlogger.version>8.3.0-SNAPSHOT</auditlogger.version>
<casbah_2.11.version>3.1.0</casbah_2.11.version>
<commons-lang.version>2.6</commons-lang.version>
Expand Down Expand Up @@ -539,6 +539,11 @@
<artifactId>dokumenttipalvelu</artifactId>
<version>${dokumenttipalvelu.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 4 additions & 0 deletions valinta-tulos-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 11c3e8a

Please sign in to comment.