Skip to content

Commit

Permalink
Address CVE-2023-21971 present in MySQL connector
Browse files Browse the repository at this point in the history
Closes #37018

Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
  • Loading branch information
abstractj committed Nov 10, 2023
1 parent 43b68c1 commit 42a028a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<h2.version>2.2.224</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions -->
<postgresql-jdbc.version>42.6.0</postgresql-jdbc.version>
<mariadb-jdbc.version>3.2.0</mariadb-jdbc.version>
<mysql-jdbc.version>8.0.30</mysql-jdbc.version>
<mysql-jdbc.version>8.0.33</mysql-jdbc.version>
<mssql-jdbc.version>12.4.0.jre11</mssql-jdbc.version>
<adal4j.version>1.6.7</adal4j.version>
<oracle-jdbc.version>23.3.0.23.09</oracle-jdbc.version>
Expand Down

0 comments on commit 42a028a

Please sign in to comment.