We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78820f0 + 8aa9f9d commit 96bafcbCopy full SHA for 96bafcb
docs/examples/junit4/generic/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
testImplementation project(":selenium")
7
testImplementation project(":mysql")
8
9
- testImplementation 'mysql:mysql-connector-java:8.0.31'
+ testImplementation 'mysql:mysql-connector-java:8.0.32'
10
testImplementation "org.seleniumhq.selenium:selenium-api:4.7.2"
11
testImplementation 'org.assertj:assertj-core:3.24.2'
12
}
examples/spring-boot-kotlin-redis/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id("org.springframework.boot") version "2.7.6"
3
- id("org.jetbrains.kotlin.jvm") version "1.8.0"
+ id("org.jetbrains.kotlin.jvm") version "1.8.10"
4
id("org.jetbrains.kotlin.plugin.spring") version "1.8.10"
5
0 commit comments