Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit 58d0b41

Browse files
committed
Dependency Update
1 parent 8b3ae97 commit 58d0b41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ repositories.jcenter()
4545

4646
dependencies {
4747
compileOnly 'org.jetbrains:annotations:17.0.0'
48+
49+
implementation 'com.squareup.okhttp3:okhttp:4.1.0'
50+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1'
4851

4952
testImplementation 'junit:junit:4.12'
5053
}

0 commit comments

Comments
 (0)