Skip to content

Commit e577104

Browse files
Bump com.mysql:mysql-connector-j from 8.2.0 to 9.5.0 in /modules/spock
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] <support@github.com>
1 parent 15b9397 commit e577104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
19-
testRuntimeOnly 'com.mysql:mysql-connector-j:8.2.0'
19+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
2020
testRuntimeOnly platform('org.junit:junit-bom:5.13.4')
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'

0 commit comments

Comments
 (0)