Update dependencies

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 2 years ago
parent ba0bd2ca3a
commit 655b9c9cf7
  1. 4
      gradle/libs.versions.toml

@ -8,7 +8,7 @@ jimfs = "1.2"
junit = "5.9.1"
kotlin = "1.7.20"
kotlinCoroutines = "1.6.4"
ktor = "2.1.1"
ktor = "2.1.2"
netty = "4.1.82.Final"
nettyIoUring = "0.0.15.Final"
@ -79,7 +79,7 @@ pf4j = { module = "org.pf4j:pf4j", version = "3.7.0" }
postgres = { module = "org.postgresql:postgresql", version = "42.5.0" }
result-core = { module = "com.michael-bull.kotlin-result:kotlin-result", version = "1.1.16" }
result-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version = "1.1.16" }
runelite-client = { module = "net.runelite:client", version = "1.8.34" }
runelite-client = { module = "net.runelite:client", version = "1.8.34.1" }
sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.39.3.0" }
thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.15.RELEASE" }
thymeleaf-java8time = { module = "org.thymeleaf.extras:thymeleaf-extras-java8time", version = "3.0.4.RELEASE" }

Loading…
Cancel
Save