Skip to content

Commit 3db4464

Browse files
authored
CVE-2023-22102 allows an attacker to compromise MySQL Connectors (#55)
1 parent 9c739d2 commit 3db4464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OpenICF-groovy-connector/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@
199199
<scope>test</scope>
200200
</dependency>
201201
<dependency>
202-
<groupId>mysql</groupId>
203-
<artifactId>mysql-connector-java</artifactId>
204-
<version>8.0.28</version>
202+
<groupId>com.mysql</groupId>
203+
<artifactId>mysql-connector-j</artifactId>
204+
<version>9.1.0</version>
205205
<scope>test</scope>
206206
</dependency>
207207

0 commit comments

Comments
 (0)