Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.15 (
Browse files Browse the repository at this point in the history
#170)

* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.15

* chore(changelog-updater): Added changelog entry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent c415abc commit 1f4c21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Changed
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.11
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.15

## [2.4.0] - 2024-12-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'
implementation group: 'org.codehaus.janino', name: 'janino', version: '3.1.12'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
implementation "ch.qos.logback:logback-classic:1.5.12"
implementation "ch.qos.logback:logback-classic:1.5.15"

runtimeOnly("org.yaml:snakeyaml")

Expand Down

0 comments on commit 1f4c21f

Please sign in to comment.