mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-23 07:58:27 -05:00
Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.24.1 to 2.24.2 (#325)
Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.24.1 to 2.24.2. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b90971995
commit
c78b8e6ee3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ dependencies {
|
||||||
include "commons-io:commons-io:2.18.0"
|
include "commons-io:commons-io:2.18.0"
|
||||||
include "net.sf.jopt-simple:jopt-simple:5.0.4"
|
include "net.sf.jopt-simple:jopt-simple:5.0.4"
|
||||||
include "org.apache.logging.log4j:log4j-core:2.24.2"
|
include "org.apache.logging.log4j:log4j-core:2.24.2"
|
||||||
include "org.apache.logging.log4j:log4j-slf4j-impl:2.24.1"
|
include "org.apache.logging.log4j:log4j-slf4j-impl:2.24.2"
|
||||||
include "org.fusesource.jansi:jansi:2.4.1"
|
include "org.fusesource.jansi:jansi:2.4.1"
|
||||||
include("com.mojang:authlib:3.16.29") {
|
include("com.mojang:authlib:3.16.29") {
|
||||||
exclude group: "org.slf4j", module: "slf4j-api"
|
exclude group: "org.slf4j", module: "slf4j-api"
|
||||||
|
|
Loading…
Reference in a new issue