CVE-2023-21971 - Update Connector/J to 8.0.33
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 #21199
This commit is contained in:
parent
7b8dcb42ea
commit
ebc9e9f4ef
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue