Skip to content

Commit 2db0c0e

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#178)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.3 to 2.19.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Potter <[email protected]>
1 parent 421131a commit 2db0c0e

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
@@ -75,7 +75,7 @@ dependencies {
7575
implementation "androidx.core:core:${versions.androidx_core}"
7676
implementation "com.squareup.okhttp3:okhttp:${versions.okhttp}"
7777
implementation "com.github.zafarkhaja:java-semver:${versions.semver}"
78-
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.3"
78+
implementation "com.fasterxml.jackson.core:jackson-databind:2.19.0"
7979

8080
testImplementation "junit:junit:${versions.junit}"
8181
testImplementation "commons-io:commons-io:${versions.commonsio}"

0 commit comments

Comments
 (0)