Update Log4J

This commit is contained in:
Shane Freeder
2021-12-10 01:57:42 +00:00
parent 2cff5b3b02
commit 5fe3663d51
5 changed files with 2 additions and 863 deletions

View File

@@ -9,14 +9,14 @@ allprojects {
apply plugin: "com.github.spotbugs"
group 'com.velocitypowered'
version '3.1.1-SNAPSHOT'
version '3.1.1'
ext {
// dependency versions
adventureVersion = '4.9.3'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.14.1'
log4jVersion = '2.15.0'
nettyVersion = '4.1.69.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '3.6.1'