Skip to content

Commit

Permalink
Update dependency com.typesafe:config to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 9bb01c1 commit 0807ed2
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 @@ -57,7 +57,7 @@ dependencies {
implementation("io.confluent:kafka-protobuf-serializer:$confluentVersion")

// Configuration lib for JVM languages (HOCON)
implementation("com.typesafe:config:1.4.2")
implementation("com.typesafe:config:1.4.3")

// Test
testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit 0807ed2

Please sign in to comment.