Skip to content

Commit

Permalink
fix: api/pom.xml to reduce vulnerabilities (#125)
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-2390459
  • Loading branch information
snyk-bot committed Feb 9, 2022
1 parent bd70863 commit 55607a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -27,7 +27,7 @@
<groovy.version>3.0.8</groovy.version>
<azure-identity.version>1.3.7</azure-identity.version>
<microsoft-graph.version>5.7.0</microsoft-graph.version>
<postgresql.version>42.2.23</postgresql.version>
<postgresql.version>42.2.25</postgresql.version>
<mysql.version>8.0.28</mysql.version>
<snakeyaml.version>1.29</snakeyaml.version>
<quartz.version>2.3.2</quartz.version>
Expand Down

0 comments on commit 55607a5

Please sign in to comment.