|
|
|
@ -9,7 +9,7 @@ junit = "5.7.2" |
|
|
|
|
kotlin = "1.5.0" |
|
|
|
|
kotlinCoroutines = "1.5.0" |
|
|
|
|
ktor = "1.5.4" |
|
|
|
|
netty = "4.1.64.Final" |
|
|
|
|
netty = "4.1.65.Final" |
|
|
|
|
nettyIoUring = "0.0.5.Final" |
|
|
|
|
|
|
|
|
|
[libraries] |
|
|
|
@ -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.0" } |
|
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "7.9.0" } |
|
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "7.9.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" } |
|
|
|
|