Skip to content

Commit

Permalink
fix: pom.xml & mockserver-examples/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
  • Loading branch information
snyk-bot committed Jul 26, 2024
1 parent b607ad6 commit 131ffa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mockserver-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<!-- highest jersey version is 3.0 due to Java 1.8 version -->
<jersey.version>3.0.8</jersey.version>
<jersey.version>3.0.12</jersey.version>
<!-- highest jetty version is 9.4 due to Java 1.8 version -->
<jetty.version>9.4.50.v20221201</jetty.version>
<google-http-client.version>1.42.3</google-http-client.version>
Expand Down Expand Up @@ -293,7 +293,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<!-- highest spring-boot-starter-webflux version is 2.x due to Java 1.8 version -->
<version>2.7.8</version>
<version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>org.osgi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
<slf4j.version>2.0.6</slf4j.version>
<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.0</jackson.version>
<velocity.version>2.3</velocity.version>
<netty.version>4.1.89.Final</netty.version>
<httpcomponents.version>4.4.1</httpcomponents.version>
Expand Down

0 comments on commit 131ffa5

Please sign in to comment.