@@ -15,6 +15,8 @@ repositories {
1515 maven { url uri(' https://repo.maven.apache.org/maven2/' ) }
1616}
1717
18+ var jackson_version = ' 2.14.2'
19+
1820dependencies {
1921 sourceCompatibility = 1.8
2022 targetCompatibility = 1.8
@@ -24,13 +26,13 @@ dependencies {
2426 testImplementation ' com.pholser:junit-quickcheck-generators:0.8.1'
2527 testRuntimeOnly ' org.junit.vintage:junit-vintage-engine:5.2.0'
2628
27- implementation ' com.google.guava:guava:20.0 '
28- implementation ' com.squareup.okhttp3:okhttp:3.11 .0'
29- implementation ' com.fasterxml.jackson.core:jackson-core:2.9.10 '
30- implementation ' com.fasterxml.jackson.core:jackson-core:2.9.10 '
31- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.10 '
32- implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.10 '
33- implementation ' com.auth0:java-jwt:3.4.0 '
29+ implementation ' com.google.guava:guava:31.1-jre '
30+ implementation ' com.squareup.okhttp3:okhttp:4.10 .0'
31+ implementation " com.fasterxml.jackson.core:jackson-core:$j ackson_version "
32+ implementation " com.fasterxml.jackson.core:jackson-core:$j ackson_version "
33+ implementation " com.fasterxml.jackson.core:jackson-annotations:$j ackson_version "
34+ implementation " com.fasterxml.jackson.core:jackson-databind:$j ackson_version "
35+ implementation ' com.auth0:java-jwt:4.2.2 '
3436
3537 api ' net.sourceforge.streamsupport:streamsupport:1.7.0'
3638 api ' net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
0 commit comments