Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.14 to 1.5.15.
- [Commits](qos-ch/logback@v_1.5.14...v_1.5.15)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 26, 2024
1 parent 40cfe32 commit feef077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:1.14.2")
implementation("io.ktor:ktor-serialization-jackson:$ktorVersion")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
implementation("ch.qos.logback:logback-classic:1.5.14")
implementation("ch.qos.logback:logback-classic:1.5.15")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
implementation("com.nimbusds:nimbus-jose-jwt:9.47")
implementation("redis.clients:jedis:5.2.0")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compileOnly("no.nav.aap.kelvin:infrastructure:$komponenterVersjon")

implementation("io.ktor:ktor-server-auth-jwt:$ktorVersion")
implementation("ch.qos.logback:logback-classic:1.5.14")
implementation("ch.qos.logback:logback-classic:1.5.15")
implementation("no.nav:ktor-openapi-generator:1.0.72")
implementation("io.ktor:ktor-server-core:$ktorVersion")

Expand Down

0 comments on commit feef077

Please sign in to comment.