Skip to content

Commit d5f06da

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3'
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.12.2'
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.0'

0 commit comments

Comments
 (0)