Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 (#51)
Browse files Browse the repository at this point in the history
* Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.15 to 1.5.16.
- [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)

---
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]>

* Bump ch.qos.logback:logback-core from 1.5.15 to 1.5.16

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Khlebnov <[email protected]>
  • Loading branch information
dependabot[bot] and SuppieRK authored Jan 13, 2025
1 parent fe4ec35 commit adb5c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ dependencies {
// https://ossindex.sonatype.org/vulnerability/CVE-2024-12801?component-type=maven&component-name=ch.qos.logback%2Flogback-core&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0
// https://ossindex.sonatype.org/vulnerability/CVE-2024-12798?component-type=maven&component-name=ch.qos.logback%2Flogback-core&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0
// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.15'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.15'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.16'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.16'

implementation 'io.micrometer:micrometer-core'

Expand Down

0 comments on commit adb5c55

Please sign in to comment.