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 e9e7e68 commit d9ebc13Copy full SHA for d9ebc13
build.gradle.kts
@@ -16,7 +16,7 @@ allprojects {
16
repositories {
17
mavenCentral()
18
maven(url = "https://packages.confluent.io/maven/")
19
- maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
+ maven(url = "https://central.sonatype.com/repository/maven-snapshots")
20
}
21
22
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
-kafka = "4.0.0"
3
-confluent = "8.0.0"
+kafka = "4.1.0"
+confluent = "8.1.0"
4
junit = "5.14.0"
5
mockito = "5.20.0"
6
0 commit comments