Skip to content

Commit 39667a7

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /e2e-tests
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 000c259 commit 39667a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ dependencies {
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1'
2121
testImplementation 'commons-io:commons-io:2.19.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'
23-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
23+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
2424
testImplementation "org.assertj:assertj-core:3.27.3"
2525
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
2626
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3'
2727
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
2828

29-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
29+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
3030
}
3131

3232
tasks.withType(Test) {

0 commit comments

Comments
 (0)