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

Commit 5f90184

Browse files
Merge pull request #79 from nothub/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.11.0
2 parents b487e53 + e36c3af commit 5f90184

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.3'
40+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0'
4141
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'
4242
testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6'
4343
}

0 commit comments

Comments
 (0)