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-COMTHOUGHTWORKSXSTREAM-8352924
  • Loading branch information
snyk-bot committed Nov 9, 2024
1 parent 9d26686 commit f49abb4
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 @@ -120,7 +120,7 @@
<dom4j.version>2.1.4</dom4j.version>
<gson.version>2.11.0</gson.version>
<jackson.version>2.17.2</jackson.version>
<xstream.version>1.4.20</xstream.version>
<xstream.version>1.4.21</xstream.version>
<!-- Scheduling -->
<db-scheduler.version>13.0.0</db-scheduler.version><!-- Don't upgrade due to JDK8 -->
<jobrunr.version>7.2.3</jobrunr.version>
Expand Down

0 comments on commit f49abb4

Please sign in to comment.