Skip to content

Commit 39a30d4

Browse files
committed
fix: pom.xml & mockserver-examples/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-8367012 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230372 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230373
1 parent b607ad6 commit 39a30d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mockserver-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<groupId>org.springframework.boot</groupId>
294294
<artifactId>spring-boot-starter-webflux</artifactId>
295295
<!-- highest spring-boot-starter-webflux version is 2.x due to Java 1.8 version -->
296-
<version>2.7.8</version>
296+
<version>3.2.11</version>
297297
<exclusions>
298298
<exclusion>
299299
<groupId>org.osgi</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
<slf4j.version>2.0.6</slf4j.version>
5858
<jackson.version>2.14.2</jackson.version>
5959
<velocity.version>2.3</velocity.version>
60-
<netty.version>4.1.89.Final</netty.version>
60+
<netty.version>4.1.115.Final</netty.version>
6161
<httpcomponents.version>4.4.1</httpcomponents.version>
6262
<bouncycastle.version>1.72</bouncycastle.version>
6363
<!-- highest spring version is 5.3 due to Java 1.8 version -->
6464
<spring.version>5.3.25</spring.version>
65-
<spring-web.version>5.3.25</spring-web.version>
65+
<spring-web.version>6.1.14</spring-web.version>
6666
<mockito.version>4.11.0</mockito.version>
6767
<hamcrest.version>2.2</hamcrest.version>
6868
<xmlunit.version>2.9.1</xmlunit.version>

0 commit comments

Comments
 (0)