Skip to content

Commit 4a35b8a

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

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
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.0'
2727
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.3'
2828

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

3232
tasks.withType(Test) {

0 commit comments

Comments
 (0)