mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1
Bumps [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md) - [Commits](https://github.com/fusesource/jansi/compare/jansi-2.4.0...jansi-2.4.1) --- updated-dependencies: - dependency-name: org.fusesource.jansi:jansi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d827fb3a5e
commit
fec5d6c6b8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ dependencies {
|
||||||
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.20.0"
|
include "org.apache.logging.log4j:log4j-core:2.20.0"
|
||||||
include "org.apache.logging.log4j:log4j-slf4j-impl:2.20.0"
|
include "org.apache.logging.log4j:log4j-slf4j-impl:2.20.0"
|
||||||
include "org.fusesource.jansi:jansi:2.4.0"
|
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