Skip to content

Commit

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

Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14
  • Loading branch information
github-actions[bot] authored Dec 26, 2023
2 parents 19cc370 + 6c56f42 commit 6912387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {

implementation("org.apache.kafka:kafka-streams:3.5.1")

implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
Expand Down
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.5.1")
api("io.confluent:kafka-streams-avro-serde:7.4.0")

implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
Expand Down

0 comments on commit 6912387

Please sign in to comment.