Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.2.3 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.2.3 to 1.5.15.
- [Commits](qos-ch/logback@v_1.2.3...v_1.5.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 1b8ed6b commit 47b1418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slf4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'

// logback classic is used to capture events in tests
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.15'


testImplementation(libs.junit)
Expand Down

0 comments on commit 47b1418

Please sign in to comment.