Skip to content

Commit 80bbd10

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.11.3
Bumps [org.junit.jupiter:junit-jupiter](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 173fa7c commit 80bbd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
2929

3030
// JUnit 5 / Jupiter
31-
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
32-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
31+
testImplementation('org.junit.jupiter:junit-jupiter:5.11.3')
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)