Skip to content

Commit 6e002b2

Browse files
authored
CVE-2023-22102 allows an attacker to compromise MySQL Connectors (#89)
1 parent 36a2040 commit 6e002b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openidm-repo-jdbc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
130-
<groupId>mysql</groupId>
131-
<artifactId>mysql-connector-java</artifactId>
132-
<version>8.0.28</version>
130+
<groupId>com.mysql</groupId>
131+
<artifactId>mysql-connector-j</artifactId>
132+
<version>9.1.0</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>

0 commit comments

Comments
 (0)