Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 466d1ba

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa40319 commit 466d1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737

3838
dependencies {
3939
compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.1.0'
40-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.1'
40+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
4141
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
4242
testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6'
4343
}

0 commit comments

Comments
 (0)