Skip to content

Commit

Permalink
fix: api/pom.xml to reduce vulnerabilities (#1312)
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-COMGOOGLEPROTOBUF-8055227

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
alfespa17 and snyk-bot committed Sep 19, 2024
1 parent df43473 commit c896883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<junit-jupiter-api.version>5.10.3</junit-jupiter-api.version>
<!--groovy.version>4.0.20</groovy.version-->
<postgresql.version>42.7.4</postgresql.version>
<mysql.version>8.0.30</mysql.version>
<mysql.version>8.0.31</mysql.version>
<mockserver-spring-test-listener.version>5.15.0</mockserver-spring-test-listener.version>
<snakeyaml.version>2.3</snakeyaml.version>
<quartz.version>2.5.0-rc1</quartz.version>
Expand Down

0 comments on commit c896883

Please sign in to comment.