File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111// Define versions at the root level
12- val flinkVersion = " 1.20.0 "
12+ val flinkVersion = " 1.20.1 "
1313val confluentVersion = " 7.9.0"
1414
1515allprojects {
@@ -32,7 +32,7 @@ subprojects {
3232 apply (plugin = " java" )
3333
3434 val junitVersion = " 5.10.2"
35- val logbackVersion = " 1.4.14 "
35+ val logbackVersion = " 1.5.17 "
3636 val slf4jVersion = " 2.0.17"
3737
3838 dependencies {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 // Add model-specific dependencies here
7- implementation(" org.apache.avro:avro:1.11.3 " )
7+ implementation(" org.apache.avro:avro:1.12.0 " )
88 implementation(" net.datafaker:datafaker:2.1.0" )
99 implementation(" org.slf4j:slf4j-api:2.0.17" )
1010
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88val flinkVersion = rootProject.extra[" flinkVersion" ] as String
99val confluentVersion = rootProject.extra[" confluentVersion" ] as String
10- val datafakerVersion = " 2.1.0 "
10+ val datafakerVersion = " 2.4.2 "
1111
1212dependencies {
1313 // Common modules
You can’t perform that action at this time.
0 commit comments