Skip to content

Commit fcc228f

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.1 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ba3e41 commit fcc228f

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.19.1"
78+
implementation "com.fasterxml.jackson.core:jackson-databind:2.20.0"
7979

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

0 commit comments

Comments
 (0)