Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9
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.4.8 to 1.4.9.
- [Commits](qos-ch/logback@v_1.4.8...v_1.4.9)

---
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>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 9ccc691 commit 42bd702
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 @@ dependencies {
implementation("com.zaxxer:HikariCP-java7:2.4.13")

runtimeOnly("net.logstash.logback:logstash-logback-encoder:7.4")
runtimeOnly("ch.qos.logback:logback-classic:1.4.8")
runtimeOnly("ch.qos.logback:logback-classic:1.4.9")
runtimeOnly("org.postgresql:postgresql:42.6.0")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
Expand Down

0 comments on commit 42bd702

Please sign in to comment.