Skip to content

Commit

Permalink
CVE-2023-21971 - Update Connector/J to 8.0.33
Browse files Browse the repository at this point in the history
Updates to the library name to align with the changes here:
- https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-31.html

Closes keycloak#21199
  • Loading branch information
abstractj authored and ahus1 committed Jul 7, 2023
1 parent 7b8dcb4 commit ebc9e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

<!-- Databases - also published to db.adoc as "Tested Version" -->
<mysql.version>8.0</mysql.version>
<mysql-jdbc.version>8.0.30</mysql-jdbc.version>
<mysql-jdbc.version>8.0.33</mysql-jdbc.version>
<postgresql.version>15</postgresql.version>
<postgresql-jdbc.version>42.6.0</postgresql-jdbc.version>
<mariadb.version>10.11</mariadb.version>
Expand Down Expand Up @@ -667,7 +667,7 @@
<!-- Needed for picketlink perf test -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<artifactId>mysql-connector-j</artifactId>
<version>${mysql-jdbc.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit ebc9e9f

Please sign in to comment.