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-ORGPOSTGRESQL-6252740
  • Loading branch information
snyk-bot committed Feb 22, 2024
1 parent 85a990d commit 4fe723d
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 @@ -102,7 +102,7 @@
<lib.jdbc-driver.mssql.version>11.2.3.jre18</lib.jdbc-driver.mssql.version>
<!-- Leave at 8.0.29 until https://github.com/datanucleus/datanucleus-rdbms/issues/446 is resolved! -->
<lib.jdbc-driver.mysql.version>8.0.33</lib.jdbc-driver.mysql.version>
<lib.jdbc-driver.postgresql.version>42.6.0</lib.jdbc-driver.postgresql.version>
<lib.jdbc-driver.postgresql.version>42.7.2</lib.jdbc-driver.postgresql.version>
<!-- Maven Plugin Properties -->
<plugin.cyclonedx.projectType>application</plugin.cyclonedx.projectType>
<plugin.cyclonedx.outputFormat>json</plugin.cyclonedx.outputFormat>
Expand Down

0 comments on commit 4fe723d

Please sign in to comment.