File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Examples for docs"
33dependencies {
44 api " io.lettuce:lettuce-core:6.2.6.RELEASE"
55
6- testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.0 "
6+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.1 "
77 testImplementation " org.junit.jupiter:junit-jupiter-params:5.10.1"
88 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.1"
99 testImplementation project(" :testcontainers" )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717
1818 testRuntimeOnly ' org.postgresql:postgresql:42.6.0'
1919 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
20- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.0 '
20+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.1 '
2121 testRuntimeOnly ' org.junit.platform:junit-platform-testkit:1.10.1'
2222
2323 testCompileOnly ' org.jetbrains:annotations:24.0.1'
You can’t perform that action at this time.
0 commit comments