Skip to content

Commit cd22403

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

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.2'
2121
testImplementation 'commons-io:commons-io:2.17.0'
2222
testImplementation 'org.awaitility:awaitility:4.2.2'
23-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
23+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
2424
testImplementation "org.assertj:assertj-core:3.27.2"
2525
testImplementation 'ch.qos.logback:logback-classic:1.5.15'
2626
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.0'

0 commit comments

Comments
 (0)