diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a25439c2..3f0feb41 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -asm = "9.5" +asm = "9.6" commons-compress = "1.24.0" -guava = "32.1.2-jre" +guava = "32.1.3-jre" guice = "7.0.0" -jackson = "2.15.2" +jackson = "2.15.3" jimfs = "1.3.0" junit = "5.10.0" kotlin = "1.9.10" kotlinCoroutines = "1.7.3" -ktor = "2.3.4" -netty = "4.1.98.Final" -nettyIoUring = "0.0.22.Final" +ktor = "2.3.5" +netty = "4.1.100.Final" +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" } 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.48.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.49.0" } [libraries] asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" } @@ -30,11 +30,11 @@ bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.7 bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.70" } byteUnits = { module = "com.jakewharton.byteunits:byteunits", version = "0.9.1" } cabParser = { module = "com.dorkbox:CabParser", version = "3.4" } -clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.0" } +clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.1" } 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.22.2" } +flyway = { module = "org.flywaydb:flyway-core", version = "9.22.3" } 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" } @@ -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.13.1" } -sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.43.0.0" } +runelite-client = { module = "net.runelite:client", version = "1.10.14" } +sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.43.2.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" } xz = { module = "org.tukaani:xz", version = "1.9" }