Skip to content

Commit

Permalink
CVE-2023-22102 allows an attacker to compromise MySQL Connectors (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas authored Dec 6, 2024
1 parent 36a2040 commit 6e002b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openidm-repo-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6e002b2

Please sign in to comment.