We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e2c0 commit e64dbaeCopy full SHA for e64dbae
build.gradle
@@ -12,11 +12,11 @@ apply plugin: 'java-library'
12
apply plugin: "com.vanniktech.maven.publish"
13
14
dependencies {
15
- compile 'org.slf4j:slf4j-api:1.7.25'
+ compile 'org.slf4j:slf4j-api:1.7.32'
16
17
// Use JUnit test framework
18
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
19
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
20
}
21
22
repositories {
0 commit comments