Update dependencies

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 6 months ago
parent 2aff6e56b7
commit b4b7f891c6
  1. 8
      gradle/libs.versions.toml

@ -14,7 +14,7 @@ nettyIoUring = "0.0.23.Final"
[plugins]
dependencyLicenseReport = { id = "com.github.jk1.dependency-license-report", version = "2.5" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
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.49.0" }
@ -52,7 +52,7 @@ 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.1" }
jnr = { module = "com.github.jnr:jnr-ffi", version = "2.2.15" }
jsoup = { module = "org.jsoup:jsoup", version = "1.16.1" }
jsoup = { module = "org.jsoup:jsoup", version = "1.16.2" }
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" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.10.0" }
@ -80,8 +80,8 @@ pecoff4j = { module = "com.kichik.pecoff4j:pecoff4j", version = "0.4.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.14" }
sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.43.2.0" }
runelite-client = { module = "net.runelite:client", version = "1.10.14.2" }
sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.43.2.1" }
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" }
xz = { module = "org.tukaani:xz", version = "1.9" }

Loading…
Cancel
Save