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

Commit

Permalink
Merge pull request #1 from GirlInPurple/dependabot/gradle/ch.qos.logb…
Browse files Browse the repository at this point in the history
…ack-logback-classic-1.2.13

Bump ch.qos.logback:logback-classic from 1.2.6 to 1.2.13
  • Loading branch information
GirlInPurple authored May 15, 2024
2 parents 1bc0a92 + 848bd23 commit fd1ac54
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 fd1ac54

Please sign in to comment.