Skip to content

Commit 2dc219d

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.10.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.4) --- 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 70e2482 commit 2dc219d

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.3.1'
2828

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

3232
tasks.withType(Test) {

0 commit comments

Comments
 (0)