Skip to content

Commit

Permalink
fix: 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-ORGECLIPSEJETTY-8186142
  • Loading branch information
snyk-bot committed Oct 17, 2024
1 parent 9b5f7ac commit 741129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<service.name>raspberrypi-blue-green-deployment</service.name>
<jackson.version>2.13.3</jackson.version>
<jersey.version>2.36</jersey.version>
<jetty.version>9.4.48.v20220622</jetty.version>
<jetty.version>9.4.56.v20240826</jetty.version>
<spring.version>5.3.21</spring.version>
<slf4j.version>1.7.36</slf4j.version>
<hystrix.version>1.5.18</hystrix.version>
Expand Down

0 comments on commit 741129e

Please sign in to comment.