Skip to content

Commit

Permalink
:dependabot: drop ch.qos.logback:logback-classic 1.4.14
Browse files Browse the repository at this point in the history
* :dependabot: Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.14 to 1.5.0.
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.0)

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

* rm redundant logback dependency

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Feb 28, 2024
1 parent 1ef97c9 commit a2c5012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.3.0-M2'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'ch.qos.logback:logback-classic:1.4.14' // CVE-2023-6378

implementation 'com.github.jkatzwinkel:tla-common:main-SNAPSHOT'
implementation('com.github.rosmord.jsesh:jsesh:release-7.6.1') {
Expand Down

0 comments on commit a2c5012

Please sign in to comment.