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-COMGOOGLEGUAVA-5710356
  • Loading branch information
snyk-bot committed Jun 20, 2023
1 parent 96f99b1 commit 24b9d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<url>https://github.com/zapodot/embedded-jms-junit</url>
</scm>
<properties>
<activemq.version>5.15.10</activemq.version>
<activemq.version>5.16.0</activemq.version>
<camel.version>2.24.1</camel.version>
<guava.version>28.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<java.version>1.8</java.version>
<javax.activation-api.version>1.2.0</javax.activation-api.version>
<javax.xml.bind.jaxb-api.version>2.3.1</javax.xml.bind.jaxb-api.version>
Expand Down

0 comments on commit 24b9d1b

Please sign in to comment.