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
  • Loading branch information
snyk-bot committed Nov 19, 2024
1 parent b607ad6 commit 39a30d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mockserver-examples/pom.xml
Original file line number Diff line number Diff line change
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.2.11</version>
<exclusions>
<exclusion>
<groupId>org.osgi</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
<slf4j.version>2.0.6</slf4j.version>
<jackson.version>2.14.2</jackson.version>
<velocity.version>2.3</velocity.version>
<netty.version>4.1.89.Final</netty.version>
<netty.version>4.1.115.Final</netty.version>
<httpcomponents.version>4.4.1</httpcomponents.version>
<bouncycastle.version>1.72</bouncycastle.version>
<!-- highest spring version is 5.3 due to Java 1.8 version -->
<spring.version>5.3.25</spring.version>
<spring-web.version>5.3.25</spring-web.version>
<spring-web.version>6.1.14</spring-web.version>
<mockito.version>4.11.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<xmlunit.version>2.9.1</xmlunit.version>
Expand Down

0 comments on commit 39a30d4

Please sign in to comment.