Skip to content

Commit 9e78d00

Browse files
Dependencies bump
1 parent fcf3c86 commit 9e78d00

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

build.gradle

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1820
dependencies {
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:$jackson_version"
32+
implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version"
33+
implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
34+
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_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

Comments
 (0)