Skip to content

Commit f2920d0

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.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r5.14.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f96a1b commit f2920d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1'
140140

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

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.1'
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)