Update dependencies

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 3 years ago
parent e1a650aec4
commit 0ff6287122
  1. 4
      gradle/libs.versions.toml

@ -7,7 +7,7 @@ jackson = "2.12.5"
jimfs = "1.2"
junit = "5.7.2"
kotlin = "1.5.30"
kotlinCoroutines = "1.5.1"
kotlinCoroutines = "1.5.2"
ktor = "1.6.3"
netty = "4.1.67.Final"
nettyIoUring = "0.0.8.Final"
@ -25,7 +25,7 @@ clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.2.0" }
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" }
fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.4" }
fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" }
flyway = { module = "org.flywaydb:flyway-core", version = "7.14.0" }
flyway = { module = "org.flywaydb:flyway-core", version = "7.14.1" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
guice = { module = "com.google.inject:guice", version.ref = "guice" }
h2 = { module = "com.h2database:h2", version = "1.4.200" }

Loading…
Cancel
Save