Skip to content

Commit 24c19af

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.19.1
1 parent e381b09 commit 24c19af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("io.confluent:kafka-schema-registry-client:7.9.0")
2828

2929
// JSON processing
30-
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
30+
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
3131

3232
// Data generation
3333
implementation("net.datafaker:datafaker:2.4.3")

0 commit comments

Comments
 (0)