Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit c961a86

Browse files
committed
Fix for TPV-2195
1 parent a4eed55 commit c961a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323

2424
dependencies {
2525
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
26-
compile 'com.google.guava:guava:16.0'
26+
compile 'com.google.guava:guava:28.0-jre'
2727
testCompile 'org.junit.jupiter:junit-jupiter:5.4.0'
2828
}
2929

0 commit comments

Comments
 (0)