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 15, 2024
1 parent e6a26fd commit 70b54b3
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 @@ -5,7 +5,7 @@
<artifactId>whatsappmediawebhook</artifactId>
<version>1.0</version>
<properties>
<jetty.version>9.4.19.v20190610</jetty.version>
<jetty.version>9.4.56.v20240826</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback.version>1.2.3</logback.version>
</properties>
Expand Down

0 comments on commit 70b54b3

Please sign in to comment.