Skip to content

Commit

Permalink
fix: 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-ORGSPRINGFRAMEWORK-6444790
  • Loading branch information
snyk-bot committed Mar 21, 2024
1 parent b607ad6 commit 86c8df9
Showing 1 changed file with 1 addition and 1 deletion.
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.1.10</version>
<exclusions>
<exclusion>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 86c8df9

Please sign in to comment.