|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[versions] |
|
|
|
|
asm = "9.5" |
|
|
|
|
commons-compress = "1.23.0" |
|
|
|
|
commons-compress = "1.24.0" |
|
|
|
|
guava = "32.1.2-jre" |
|
|
|
|
guice = "7.0.0" |
|
|
|
|
jackson = "2.15.2" |
|
|
|
@ -8,23 +8,23 @@ jimfs = "1.3.0" |
|
|
|
|
junit = "5.10.0" |
|
|
|
|
kotlin = "1.9.10" |
|
|
|
|
kotlinCoroutines = "1.7.3" |
|
|
|
|
ktor = "2.3.3" |
|
|
|
|
ktor = "2.3.4" |
|
|
|
|
netty = "4.1.97.Final" |
|
|
|
|
nettyIoUring = "0.0.21.Final" |
|
|
|
|
nettyIoUring = "0.0.22.Final" |
|
|
|
|
|
|
|
|
|
[plugins] |
|
|
|
|
dependencyLicenseReport = { id = "com.github.jk1.dependency-license-report", version = "2.5" } |
|
|
|
|
dokka = { id = "org.jetbrains.dokka", version = "1.8.20" } |
|
|
|
|
dokka = { id = "org.jetbrains.dokka", version = "1.9.0" } |
|
|
|
|
kotlinter = { id = "org.jmailen.kotlinter", version = "3.16.0" } |
|
|
|
|
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } |
|
|
|
|
versions = { id = "com.github.ben-manes.versions", version = "0.47.0" } |
|
|
|
|
versions = { id = "com.github.ben-manes.versions", version = "0.48.0" } |
|
|
|
|
|
|
|
|
|
[libraries] |
|
|
|
|
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" } |
|
|
|
|
asm-core = { module = "org.ow2.asm:asm", version.ref = "asm" } |
|
|
|
|
asm-tree = { module = "org.ow2.asm:asm-tree", version.ref = "asm" } |
|
|
|
|
asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asm" } |
|
|
|
|
bootstrap = { module = "org.webjars:bootstrap", version = "5.3.1" } |
|
|
|
|
bootstrap = { module = "org.webjars:bootstrap", version = "5.3.2" } |
|
|
|
|
bootstrapTable = { module = "org.webjars.npm:bootstrap-table", version = "1.22.1" } |
|
|
|
|
bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.70" } |
|
|
|
|
bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.70" } |
|
|
|
@ -34,23 +34,23 @@ clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.0" } |
|
|
|
|
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } |
|
|
|
|
fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.12" } |
|
|
|
|
fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } |
|
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "9.21.2" } |
|
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "9.22.1" } |
|
|
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" } |
|
|
|
|
guice-core = { module = "com.google.inject:guice", version.ref = "guice" } |
|
|
|
|
guice-assistedInject = { module = "com.google.inject.extensions:guice-assistedinject", version.ref = "guice" } |
|
|
|
|
h2 = { module = "com.h2database:h2", version = "2.2.220" } |
|
|
|
|
h2 = { module = "com.h2database:h2", version = "2.2.222" } |
|
|
|
|
hikaricp = { module = "com.zaxxer:HikariCP", version = "5.0.1" } |
|
|
|
|
inlineLogger = { module = "com.michael-bull.kotlin-inline-logger:kotlin-inline-logger", version = "1.0.5" } |
|
|
|
|
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } |
|
|
|
|
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" } |
|
|
|
|
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" } |
|
|
|
|
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" } |
|
|
|
|
javaParser = { module = "com.github.javaparser:javaparser-symbol-solver-core", version = "3.25.4" } |
|
|
|
|
javaParser = { module = "com.github.javaparser:javaparser-symbol-solver-core", version = "3.25.5" } |
|
|
|
|
jdom = { module = "org.jdom:jdom2", version = "2.0.6.1" } |
|
|
|
|
jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.2" } |
|
|
|
|
jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" } |
|
|
|
|
jquery = { module = "org.webjars:jquery", version = "3.7.0" } |
|
|
|
|
jnr = { module = "com.github.jnr:jnr-ffi", version = "2.2.14" } |
|
|
|
|
jquery = { module = "org.webjars:jquery", version = "3.7.1" } |
|
|
|
|
jnr = { module = "com.github.jnr:jnr-ffi", version = "2.2.15" } |
|
|
|
|
jsoup = { module = "org.jsoup:jsoup", version = "1.16.1" } |
|
|
|
|
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.10.0" } } |
|
|
|
|
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
|
|
|
@ -78,7 +78,7 @@ openrs2-natives = { module = "org.openrs2:openrs2-natives-all", version = "3.2.0 |
|
|
|
|
postgres = { module = "org.postgresql:postgresql", version = "42.6.0" } |
|
|
|
|
result-core = { module = "com.michael-bull.kotlin-result:kotlin-result", version = "1.1.18" } |
|
|
|
|
result-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version = "1.1.18" } |
|
|
|
|
runelite-client = { module = "net.runelite:client", version = "1.10.10.3" } |
|
|
|
|
runelite-client = { module = "net.runelite:client", version = "1.10.12.1" } |
|
|
|
|
sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.43.0.0" } |
|
|
|
|
thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.1.2.RELEASE" } |
|
|
|
|
thymeleaf-java8time = { module = "org.thymeleaf.extras:thymeleaf-extras-java8time", version = "3.0.4.RELEASE" } |
|
|
|
|