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-ORGAPACHEMAVEN-6144614
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent 5249704 commit 1b979b7
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 @@ -61,7 +61,7 @@
<javax.ws.rs.version>2.1</javax.ws.rs.version>
<junit.version>4.13.1</junit.version>
<org.apache.maven.maven-plugin-annotations.version>3.5</org.apache.maven.maven-plugin-annotations.version>
<org.apache.maven.version>3.6.0</org.apache.maven.version>
<org.apache.maven.version>3.8.1</org.apache.maven.version>
<org.apache.maven.plugin-testing.version>3.3.0</org.apache.maven.plugin-testing.version>
<org.mockito.version>3.2.0</org.mockito.version>
<org.reflections.version>0.9.12</org.reflections.version>
Expand Down

0 comments on commit 1b979b7

Please sign in to comment.