Skip to content

Commit 73b4097

Browse files
chore: junit update
1 parent 506e705 commit 73b4097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subprojects {
1111
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
1212

1313
ext {
14-
junitVersion = '5.8.2' // https://search.maven.org/artifact/org.junit.jupiter/junit-jupiter-api
14+
junitVersion = '5.9.3' // https://search.maven.org/artifact/org.junit.jupiter/junit-jupiter-api
1515
logbackVersion = '1.3.7' // https://search.maven.org/artifact/ch.qos.logback/logback-core
1616
log4j2Version = '2.20.0' // https://search.maven.org/artifact/org.apache.logging.log4j/log4j-core
1717
slf4jVersion = '2.0.7' // https://search.maven.org/artifact/org.slf4j/slf4j-api

0 commit comments

Comments
 (0)