Skip to content

Commit 248581a

Browse files
[CORE-69]: Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0 in the minor-and-patch-updates group (#105)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d04ba7 commit 248581a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
api "org.apache.avro:avro:1.12.0"
2323
implementation 'ch.qos.logback:logback-classic:1.5.18'
2424
testImplementation 'org.json:json:20250517'
25-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
25+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
2626
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
2727
}
2828

0 commit comments

Comments
 (0)