Skip to content

Commit 8f5b8ec

Browse files
Bump org.junit.jupiter:junit-jupiter in /smoke-test
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 5.14.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r5.14.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db2f901 commit 8f5b8ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ subprojects {
136136
dependencies {
137137
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
138138
testImplementation 'org.assertj:assertj-core:3.27.4'
139-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
139+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
140140

141141
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
142142
}

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
55

6-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter:5.13.4'
6+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter:5.14.3'
77
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
88
testImplementation project(":testcontainers")
99
testImplementation project(":testcontainers-junit-jupiter")

smoke-test/turbo-mode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
testImplementation 'org.testcontainers:testcontainers'
7-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
7+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
88
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
99
testImplementation 'org.assertj:assertj-core:3.27.4'
1010
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'

0 commit comments

Comments
 (0)