Skip to content

Commit 1bd8eb3

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.3 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2581d03 commit 1bd8eb3

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.16.1")
30+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
3131

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

0 commit comments

Comments
 (0)