Skip to content

Commit

Permalink
Bump to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
torbsto committed Jun 28, 2024
1 parent 2dba5e9 commit 5910afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ allprojects {

repositories {
mavenCentral()
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
maven(url = "https://packages.confluent.io/maven/")
}
}
Expand Down Expand Up @@ -53,7 +52,7 @@ dependencies {
implementation(group = "com.bakdata.kafka", name = "brute-force-serde", version = "1.2.1")
implementation(group = "com.bakdata.kafka", name = "large-message-serde", version = "2.7.0")
implementation(group = "org.jooq", name = "jool", version = "0.9.14")
avroApi(group = "com.bakdata.kafka", name = "error-handling-avro", version = "1.4.5-SNAPSHOT")
avroApi(group = "com.bakdata.kafka", name = "error-handling-avro", version = "1.5.0")

val junitVersion = "5.10.1"
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine", version = junitVersion)
Expand Down

0 comments on commit 5910afd

Please sign in to comment.