We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686de4f commit 58c5629Copy full SHA for 58c5629
1 file changed
build.gradle
@@ -14,8 +14,8 @@ repositories {
14
15
dependencies {
16
implementation 'org.slf4j:slf4j-api:2.0.7'
17
- implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
18
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.13.5'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5'
19
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
20
testImplementation platform('org.junit:junit-bom:5.9.1')
21
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments