Skip to content

Commit 41f66ba

Browse files
authored
Merge pull request #7 from OpenLiberty/dependabot/gradle/start/jar/org.junit.jupiter-junit-jupiter-5.11.4
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /start/jar
2 parents 20caba9 + acdbe4e commit 41f66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start/jar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1616
}
1717

1818
test{

0 commit comments

Comments
 (0)