Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13
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.6 to 1.2.13.
- [Commits](qos-ch/logback@v_1.2.6...v_1.2.13)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 1bc0a92 commit 848bd23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion basemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

// Logging
implementation "org.slf4j:slf4j-api:1.7.32"
implementation "ch.qos.logback:logback-classic:1.2.6"
implementation "ch.qos.logback:logback-classic:1.2.13"

// JSON and TOML
implementation 'com.google.code.gson:gson:2.8.9'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

// Logging
implementation "org.slf4j:slf4j-api:1.7.32"
implementation "ch.qos.logback:logback-classic:1.2.6"
implementation "ch.qos.logback:logback-classic:1.2.13"

// LibGDX GUI Library
api "com.kotcrab.vis:vis-ui:$visuiVersion"
Expand Down
2 changes: 1 addition & 1 deletion loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

// Logging
implementation "org.slf4j:slf4j-api:1.7.32"
implementation "ch.qos.logback:logback-classic:1.2.6"
implementation "ch.qos.logback:logback-classic:1.2.13"

// Dependencies of SpongePowered:Mixin.
api "org.ow2.asm:asm:9.3"
Expand Down

0 comments on commit 848bd23

Please sign in to comment.