Breaking dependency upgrades:

Guava 25.1-jre -> 30.0-jre
Configurate 3.7.1 -> 4.0.0-SNAPSHOT
This commit is contained in:
Andrew Steinborn
2020-10-22 00:49:25 -04:00
parent d8d469af0b
commit abfa05c249
2 changed files with 5 additions and 7 deletions

View File

@@ -20,16 +20,14 @@ allprojects {
ext {
// dependency versions
textVersion = '3.0.4'
adventureVersion = '4.1.1'
adventurePlatformVersion = '4.0.0-SNAPSHOT'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.13.3'
nettyVersion = '4.1.52.Final'
guavaVersion = '25.1-jre'
nettyVersion = '4.1.53.Final'
guavaVersion = '30.0-jre'
checkerFrameworkVersion = '3.6.1'
configurateVersion = '3.7.1'
configurateVersion = '4.0.0-SNAPSHOT'
getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os ->