|
|
@ -5,10 +5,10 @@ guava = "31.0.1-jre" |
|
|
|
guice = "5.0.1" |
|
|
|
guice = "5.0.1" |
|
|
|
jackson = "2.13.0" |
|
|
|
jackson = "2.13.0" |
|
|
|
jimfs = "1.2" |
|
|
|
jimfs = "1.2" |
|
|
|
junit = "5.8.1" |
|
|
|
junit = "5.8.2" |
|
|
|
kotlin = "1.6.0" |
|
|
|
kotlin = "1.6.0" |
|
|
|
kotlinCoroutines = "1.5.2" |
|
|
|
kotlinCoroutines = "1.5.2" |
|
|
|
ktor = "1.6.5" |
|
|
|
ktor = "1.6.6" |
|
|
|
netty = "4.1.70.Final" |
|
|
|
netty = "4.1.70.Final" |
|
|
|
nettyIoUring = "0.0.10.Final" |
|
|
|
nettyIoUring = "0.0.10.Final" |
|
|
|
|
|
|
|
|
|
|
@ -26,10 +26,10 @@ clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.3.0" } |
|
|
|
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } |
|
|
|
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } |
|
|
|
fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.6" } |
|
|
|
fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.6" } |
|
|
|
fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } |
|
|
|
fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } |
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "8.0.5" } |
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "8.2.0" } |
|
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" } |
|
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" } |
|
|
|
guice = { module = "com.google.inject:guice", version.ref = "guice" } |
|
|
|
guice = { module = "com.google.inject:guice", version.ref = "guice" } |
|
|
|
h2 = { module = "com.h2database:h2", version = "1.4.200" } |
|
|
|
h2 = { module = "com.h2database:h2", version = "2.0.202" } |
|
|
|
hikaricp = { module = "com.zaxxer:HikariCP", version = "5.0.0" } |
|
|
|
hikaricp = { module = "com.zaxxer:HikariCP", version = "5.0.0" } |
|
|
|
inlineLogger = { module = "com.michael-bull.kotlin-inline-logger:kotlin-inline-logger", version = "1.0.4" } |
|
|
|
inlineLogger = { module = "com.michael-bull.kotlin-inline-logger:kotlin-inline-logger", version = "1.0.4" } |
|
|
|
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } |
|
|
|
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } |
|
|
@ -41,9 +41,9 @@ jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.1" } |
|
|
|
jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" } |
|
|
|
jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" } |
|
|
|
jquery = { module = "org.webjars:jquery", version = "3.6.0" } |
|
|
|
jquery = { module = "org.webjars:jquery", version = "3.6.0" } |
|
|
|
jsoup = { module = "org.jsoup:jsoup", version = "1.14.3" } |
|
|
|
jsoup = { module = "org.jsoup:jsoup", version = "1.14.3" } |
|
|
|
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.8.1" } } |
|
|
|
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.8.2" } } |
|
|
|
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
|
|
|
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
|
|
|
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.8.1" } |
|
|
|
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.8.2" } |
|
|
|
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } |
|
|
|
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } |
|
|
|
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" } |
|
|
|
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" } |
|
|
|
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.10.2" } |
|
|
|
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.10.2" } |
|
|
@ -59,7 +59,7 @@ netty-handler = { module = "io.netty:netty-handler", version.ref = "netty" } |
|
|
|
netty-transport = { module = "io.netty:netty-transport", version.ref = "netty" } |
|
|
|
netty-transport = { module = "io.netty:netty-transport", version.ref = "netty" } |
|
|
|
openrs2-natives = { module = "org.openrs2:openrs2-natives-all", version = "3.2.0" } |
|
|
|
openrs2-natives = { module = "org.openrs2:openrs2-natives-all", version = "3.2.0" } |
|
|
|
postgres = { module = "org.postgresql:postgresql", version = "42.3.1" } |
|
|
|
postgres = { module = "org.postgresql:postgresql", version = "42.3.1" } |
|
|
|
thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.12.RELEASE" } |
|
|
|
thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.13.RELEASE" } |
|
|
|
thymeleaf-java8time = { module = "org.thymeleaf.extras:thymeleaf-extras-java8time", version = "3.0.4.RELEASE" } |
|
|
|
thymeleaf-java8time = { module = "org.thymeleaf.extras:thymeleaf-extras-java8time", version = "3.0.4.RELEASE" } |
|
|
|
xz = { module = "org.tukaani:xz", version = "1.9" } |
|
|
|
xz = { module = "org.tukaani:xz", version = "1.9" } |
|
|
|
|
|
|
|
|
|
|
|