Skip to content

Commit ea29f95

Browse files
committed
- minor dependencies upgrade
1 parent 261641b commit ea29f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dependencies {
22
implementation 'com.google.guava:guava:30.1-jre'
33

44
// 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'
5+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
6+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
77
testImplementation 'org.mockito:mockito-inline:3.7.7'
88

99
api 'com.google.code.gson:gson:2.8.6'

0 commit comments

Comments
 (0)