Skip to content

Commit 74513f7

Browse files
Bump org.junit.jupiter:junit-jupiter-api in /e2e-tests (#834)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf0dad6 commit 74513f7

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.17.2'
2121
testImplementation 'commons-io:commons-io:2.16.1'
2222
testImplementation 'org.awaitility:awaitility:4.2.2'
23-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
23+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
2424
testImplementation "org.assertj:assertj-core:3.26.3"
2525
testImplementation 'ch.qos.logback:logback-classic:1.5.6'
2626
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.0'

0 commit comments

Comments
 (0)