Update dependencies

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 4 years ago
parent a86f000f88
commit 6d1685f152
  1. 8
      buildSrc/src/main/kotlin/Versions.kt

@ -8,22 +8,22 @@ object Versions {
const val dokka = "1.4.10.2"
const val fastutil = "8.4.3"
const val fernflower = "1.1.0"
const val flyway = "7.2.0"
const val flyway = "7.2.1"
const val guava = "30.0-jre"
const val guice = "5.0.0-BETA-1"
const val h2 = "1.4.200"
const val inlineLogger = "1.0.2"
const val jackson = "2.11.3"
const val javaParser = "3.16.3"
const val javaParser = "3.17.0"
const val jdom = "2.0.6"
const val jgrapht = "1.5.0"
const val jimfs = "1.1"
const val junit = "5.7.0"
const val kotlin = "1.4.10"
const val kotlin = "1.4.20"
const val kotlinCoroutines = "1.4.1"
const val kotlinter = "3.2.0"
const val logback = "1.2.3"
const val netty = "4.1.53.Final"
const val netty = "4.1.54.Final"
const val openrs2Natives = "3.0.0"
const val postgres = "42.2.18"
const val shadowPlugin = "6.1.0"

Loading…
Cancel
Save