Skip to content

Commit 979ee41

Browse files
authored
wip: fix mysql 5 distribution management. (#1388)
Update the version number on the mysql-5 distributionManagement. It does not get updated automatically by ReleasePlease.
1 parent ce11a26 commit 979ee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc/mysql-j-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<relocation>
4242
<groupId>com.google.cloud.sql</groupId>
4343
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
44-
<version>1.12.1-SNAPSHOT</version>
44+
<version>1.13.1-SNAPSHOT</version>
4545
<message>
4646
MySQL Connector/J 5.0.x is no longer under development and has significant security vulnerabilities.
4747
Please update to 8.0.x instead. See the following GitHub issue for more details:

0 commit comments

Comments
 (0)