Skip to content

Commit 4ff2e4b

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.11.3
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.11.3) --- 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 173fa7c commit 4ff2e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
// JUnit 5 / Jupiter
3131
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
32-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
32+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.11.3')
3333

3434
// Google Guava lib
3535
testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'

0 commit comments

Comments
 (0)