Update dependencies

Signed-off-by: Graham <gpe@openrs2.dev>
bzip2
Graham 5 years ago
parent 0b51e998cf
commit d2069fc975
  1. 10
      buildSrc/src/main/java/Versions.kt

@ -4,16 +4,16 @@ object Versions {
const val dependencyLicenseReport = "1.13" const val dependencyLicenseReport = "1.13"
const val fernflower = "1.0.4-SNAPSHOT" const val fernflower = "1.0.4-SNAPSHOT"
const val guava = "28.2-jre" const val guava = "28.2-jre"
const val guice = "4.2.2" const val guice = "4.2.3"
const val inlineLogger = "1.0.2" const val inlineLogger = "1.0.2"
const val javaParser = "3.15.14" const val javaParser = "3.15.15"
const val jdom = "2.0.6" const val jdom = "2.0.6"
const val jimfs = "1.1" const val jimfs = "1.1"
const val junit = "5.6.0" const val junit = "5.6.1"
const val kotlin = "1.3.70" const val kotlin = "1.3.71"
const val kotlinter = "2.3.2" const val kotlinter = "2.3.2"
const val logback = "1.2.3" const val logback = "1.2.3"
const val netty = "4.1.47.Final" const val netty = "4.1.48.Final"
const val openrs2Natives = "2.0.1" const val openrs2Natives = "2.0.1"
const val shadowPlugin = "5.2.0" const val shadowPlugin = "5.2.0"
const val versionsPlugin = "0.28.0" const val versionsPlugin = "0.28.0"

Loading…
Cancel
Save