Skip to content

Commit d9ebc13

Browse files
authored
Upgrade to Kafka 4.1 (#39)
1 parent e9e7e68 commit d9ebc13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
repositories {
1717
mavenCentral()
1818
maven(url = "https://packages.confluent.io/maven/")
19-
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
19+
maven(url = "https://central.sonatype.com/repository/maven-snapshots")
2020
}
2121
}
2222

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kafka = "4.0.0"
3-
confluent = "8.0.0"
2+
kafka = "4.1.0"
3+
confluent = "8.1.0"
44
junit = "5.14.0"
55
mockito = "5.20.0"
66

0 commit comments

Comments
 (0)