diff --git a/api/build.gradle b/api/build.gradle index e7169618f..91b9d2bd4 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -16,7 +16,7 @@ sourceSets { } dependencies { - compile 'com.google.code.gson:gson:2.8.5' + compile 'com.google.code.gson:gson:2.8.6' compile "com.google.guava:guava:${guavaVersion}" // DEPRECATED: Will be removed in Velocity 2.0.0 diff --git a/build.gradle b/build.gradle index 611ed740b..fab2fa646 100644 --- a/build.gradle +++ b/build.gradle @@ -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 ->