Skip to content

Commit e45f114

Browse files
committed
Merge branch 'main' of github.com:gAmUssA/flink-for-java-workshop
# Conflicts: # common/models/build.gradle.kts
2 parents 66a4632 + b7c1c27 commit e45f114

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
1313
val confluentVersion = "7.9.0"
1414

1515
allprojects {
@@ -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 {

common/models/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
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

flink-data-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
val flinkVersion = rootProject.extra["flinkVersion"] as String
99
val confluentVersion = rootProject.extra["confluentVersion"] as String
10-
val datafakerVersion = "2.1.0"
10+
val datafakerVersion = "2.4.2"
1111

1212
dependencies {
1313
// Common modules

0 commit comments

Comments
 (0)