We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1466684 commit a889bb7Copy full SHA for a889bb7
eppo/build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
implementation "androidx.core:core:${versions.androidx_core}"
76
implementation "com.squareup.okhttp3:okhttp:${versions.okhttp}"
77
implementation "com.github.zafarkhaja:java-semver:${versions.semver}"
78
- implementation "com.fasterxml.jackson.core:jackson-databind:2.19.1"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.19.2"
79
80
testImplementation "junit:junit:${versions.junit}"
81
testImplementation "commons-io:commons-io:${versions.commonsio}"
0 commit comments