Skip to content

Commit b95c1ce

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 (#79)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ceabc7b commit b95c1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eppo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation "androidx.core:core:${versions.androidx_core}"
8080
implementation "com.squareup.okhttp3:okhttp:${versions.okhttp}"
8181
implementation "com.github.zafarkhaja:java-semver:${versions.semver}"
82-
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
82+
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
8383

8484
testImplementation "junit:junit:${versions.junit}"
8585
testImplementation "org.mockito:mockito-core:${versions.mockito}"

0 commit comments

Comments
 (0)