Skip to content

Commit 96bafcb

Browse files
authored
Merge pull request #6580 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 78820f0 + 8aa9f9d commit 96bafcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation project(":selenium")
77
testImplementation project(":mysql")
88

9-
testImplementation 'mysql:mysql-connector-java:8.0.31'
9+
testImplementation 'mysql:mysql-connector-java:8.0.32'
1010
testImplementation "org.seleniumhq.selenium:selenium-api:4.7.2"
1111
testImplementation 'org.assertj:assertj-core:3.24.2'
1212
}

examples/spring-boot-kotlin-redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("org.springframework.boot") version "2.7.6"
3-
id("org.jetbrains.kotlin.jvm") version "1.8.0"
3+
id("org.jetbrains.kotlin.jvm") version "1.8.10"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.8.10"
55
}
66

0 commit comments

Comments
 (0)