Skip to content

Commit

Permalink
Merge pull request #266 from navikt/dependabot/gradle/ch.qos.logback-…
Browse files Browse the repository at this point in the history
…logback-classic-1.5.16

Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
2 parents e33e4d5 + 9f04f4d commit e56069e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-avroserde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api("org.apache.kafka:kafka-streams:3.7.0")
api("io.confluent:kafka-streams-avro-serde:7.4.0")

implementation("ch.qos.logback:logback-classic:1.5.15")
implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
Expand Down
2 changes: 1 addition & 1 deletion kafka-streams/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation("org.apache.kafka:kafka-streams:3.7.0")

implementation("ch.qos.logback:logback-classic:1.5.15")
implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
Expand Down

0 comments on commit e56069e

Please sign in to comment.