Skip to content

Commit

Permalink
Merge pull request #40 from thake/renovate/confluentversion
Browse files Browse the repository at this point in the history
Update dependency io.confluent:kafka-connect-avro-data to v5.5.14
  • Loading branch information
thake authored Mar 12, 2023
2 parents d5acb9c + b5341e4 commit 4de69d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
val kafkaVersion by extra("2.5.1")
val confluentVersion by extra("5.5.1")
val confluentVersion by extra("5.5.14")
val kotestVersion by extra("4.2.5")
val junitVersion by extra("5.7.0")
implementation(kotlin("stdlib-jdk8"))
Expand Down

0 comments on commit 4de69d0

Please sign in to comment.