Assorted dependency updates

This commit is contained in:
Andrew Steinborn
2021-09-01 06:36:00 -04:00
parent bfe2358386
commit 955f6b87e2
3 changed files with 12 additions and 13 deletions

View File

@@ -21,15 +21,14 @@ allprojects {
ext {
// dependency versions
textVersion = '3.0.4'
adventureVersion = '4.8.1'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.13.3'
nettyVersion = '4.1.66.Final'
log4jVersion = '2.14.1'
nettyVersion = '4.1.67.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '3.6.1'
configurateVersion = '3.7.1'
configurateVersion = '3.7.2'
getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os ->