Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 (#169)
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.11 to 1.5.12.
- [Commits](qos-ch/logback@v_1.5.11...v_1.5.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
  • Loading branch information
dependabot[bot] and mfvanek authored Nov 26, 2024
1 parent 2a86f2c commit 343cf7c
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 @@ -32,7 +32,7 @@ dependencies {
implementation("com.zaxxer:HikariCP:6.2.1")
implementation("org.postgresql:postgresql:42.7.4")
implementation("org.slf4j:slf4j-api:2.0.16")
implementation("ch.qos.logback:logback-classic:1.5.11")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("org.liquibase:liquibase-core:4.30.0")
implementation("com.github.blagerweij:liquibase-sessionlock:1.6.9")
implementation("org.mongodb:mongodb-driver:3.12.14")
Expand Down

0 comments on commit 343cf7c

Please sign in to comment.