Skip to content

Commit e64dbae

Browse files
committed
update slf4j and junit to latest version
1 parent 4c9e2c0 commit e64dbae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ apply plugin: 'java-library'
1212
apply plugin: "com.vanniktech.maven.publish"
1313

1414
dependencies {
15-
compile 'org.slf4j:slf4j-api:1.7.25'
15+
compile 'org.slf4j:slf4j-api:1.7.32'
1616

1717
// Use JUnit test framework
18-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2020
}
2121

2222
repositories {

0 commit comments

Comments
 (0)