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 e381b09 commit 24c19afCopy full SHA for 24c19af
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.19.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
31
32
// Data generation
33
implementation("net.datafaker:datafaker:2.4.3")
0 commit comments