Skip to content

Commit

Permalink
fix: mockserver-examples/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 20, 2024
1 parent b607ad6 commit ca3716d
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 @@ -19,7 +19,7 @@
<!-- highest jersey version is 3.0 due to Java 1.8 version -->
<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>
<jetty.version>12.0.12</jetty.version>
<google-http-client.version>1.42.3</google-http-client.version>
</properties>

Expand Down

0 comments on commit ca3716d

Please sign in to comment.