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.
2 parents 261641b + ea29f95 commit 5d25932Copy full SHA for 5d25932
gradle/dependencies.gradle
@@ -2,8 +2,8 @@ dependencies {
2
implementation 'com.google.guava:guava:30.1-jre'
3
4
// Use JUnit test framework
5
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
6
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
7
testImplementation 'org.mockito:mockito-inline:3.7.7'
8
9
api 'com.google.code.gson:gson:2.8.6'
0 commit comments