Skip to content

Commit

Permalink
deps(upgrade): bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.…
Browse files Browse the repository at this point in the history
…11 (#843)

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.7 to 1.5.11.
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.11)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent a7e296a commit c0a09f1
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 @@ -52,7 +52,7 @@ dependencies {
}
api("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("ch.qos.logback:logback-classic:1.5.11")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
Expand Down

0 comments on commit c0a09f1

Please sign in to comment.