Skip to content

Commit dc3ceda

Browse files
Bump com.mysql:mysql-connector-j in /modules/jdbc-test
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.2.0 to 9.5.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](mysql/mysql-connector-j@8.2.0...9.5.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57e03d0 commit dc3ceda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010

1111
api 'org.apache.tomcat:tomcat-jdbc:11.0.11'
1212
api 'org.vibur:vibur-dbcp:26.0'
13-
api 'com.mysql:mysql-connector-j:8.2.0'
13+
api 'com.mysql:mysql-connector-j:9.5.0'
1414
api 'org.junit.jupiter:junit-jupiter:5.13.4'
1515
}

0 commit comments

Comments
 (0)