Skip to content

Commit

Permalink
OPHYK-356 update java-http dependencies to fix vulnerabilities and pu…
Browse files Browse the repository at this point in the history
…blish a new version
  • Loading branch information
tokarls committed Nov 25, 2024
1 parent c69a5cc commit 8255ef2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions java-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>java-http</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

<properties>
<java.release.version>17</java.release.version>
<maven.compiler.release>17</maven.compiler.release>
<apache.httpclient.version>4.5.13</apache.httpclient.version>
<apache.httpclient.version>4.5.14</apache.httpclient.version>
</properties>

<dependencyManagement>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.36</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.17.0</version>
</dependency>

<!-- Apache HttpClient -->
Expand All @@ -81,7 +81,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.36</version>
<scope>provided</scope>
</dependency>

Expand All @@ -95,31 +95,31 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.1</version>
<version>2.15.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fatboyindustrial.gson-javatime-serialisers</groupId>
<artifactId>gson-javatime-serialisers</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 8255ef2

Please sign in to comment.