Bump dependencies:

Gson 2.8.5 -> 2.8.6
text 3.0.3 -> 3.0.4
log4j 2.11.2 -> 2.13.3
Netty 4.1.50.Final -> 4.1.51.Final
Configurate 3.6 -> 3.7
This commit is contained in:
Andrew Steinborn
2020-07-21 21:00:38 -04:00
parent a55e690ad6
commit 3ac403539d
2 changed files with 5 additions and 5 deletions

View File

@@ -17,15 +17,15 @@ allprojects {
ext {
// dependency versions
textVersion = '3.0.3'
textVersion = '3.0.4'
adventureVersion = '4.0.0-SNAPSHOT'
junitVersion = '5.3.0-M1'
slf4jVersion = '1.7.25'
log4jVersion = '2.11.2'
nettyVersion = '4.1.50.Final'
log4jVersion = '2.13.3'
nettyVersion = '4.1.51.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '2.7.0'
configurateVersion = '3.6'
configurateVersion = '3.7'
getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os ->