We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646a47 commit 0692a75Copy full SHA for 0692a75
1 file changed
build.gradle
@@ -59,10 +59,10 @@ jacocoTestReport {
59
}
60
61
dependencies {
62
- testImplementation 'com.google.guava:guava:28.0-jre'
63
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
64
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
65
- testImplementation 'org.assertj:assertj-core:3.13.2'
+ testImplementation 'com.google.guava:guava:29.0-jre'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
+ testImplementation 'org.assertj:assertj-core:3.16.1'
66
67
68
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments