We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696387 commit 7ad2b87Copy full SHA for 7ad2b87
data-generator/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("io.confluent:kafka-schema-registry-client:7.9.0")
28
29
// JSON processing
30
- implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
31
32
// Data generation
33
implementation("net.datafaker:datafaker:2.4.3")
0 commit comments