Skip to content

Commit 11ccd50

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.4
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fb5436 commit 11ccd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ subprojects {
6464
}
6565

6666
dependencies {
67-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
68-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
67+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
68+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
6969
}
7070
}
7171

0 commit comments

Comments
 (0)