Skip to content

Commit

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

Bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6
  • Loading branch information
hestad authored Apr 18, 2024
2 parents 04af232 + e91c23c commit f486aef
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 @@ -38,7 +38,7 @@ subprojects {
implementation(rootProject.libs.jul.to.slf4j)
implementation(rootProject.libs.jcl.over.slf4j)
implementation(rootProject.libs.log4j.over.slf4j)
implementation("ch.qos.logback:logback-classic:1.5.5")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.papertrailapp", "logback-syslog4j", "1.0.0")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
Expand Down

0 comments on commit f486aef

Please sign in to comment.