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-COMGOOGLEGUAVA-5710356
  • Loading branch information
snyk-bot committed Jun 12, 2024
1 parent b607ad6 commit e03b4cf
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 @@ -20,7 +20,7 @@
<jersey.version>3.0.8</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>
<google-http-client.version>1.44.2</google-http-client.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e03b4cf

Please sign in to comment.