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 ceabc7b commit b95c1ceCopy full SHA for b95c1ce
eppo/build.gradle
@@ -79,7 +79,7 @@ dependencies {
79
implementation "androidx.core:core:${versions.androidx_core}"
80
implementation "com.squareup.okhttp3:okhttp:${versions.okhttp}"
81
implementation "com.github.zafarkhaja:java-semver:${versions.semver}"
82
- implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
83
84
testImplementation "junit:junit:${versions.junit}"
85
testImplementation "org.mockito:mockito-core:${versions.mockito}"
0 commit comments