diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1130f1e7..85af65c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -asm = "9.2" +asm = "9.3" commons-compress = "1.21" guava = "31.1-jre" guice = "5.1.0" @@ -7,14 +7,14 @@ jackson = "2.13.2" jimfs = "1.2" junit = "5.8.2" kotlin = "1.6.20" -kotlinCoroutines = "1.6.0" +kotlinCoroutines = "1.6.1" ktor = "1.6.8" -netty = "4.1.75.Final" +netty = "4.1.76.Final" nettyIoUring = "0.0.13.Final" [plugins] dependencyLicenseReport = { id = "com.github.jk1.dependency-license-report", version = "2.1" } -dokka = { id = "org.jetbrains.dokka", version = "1.6.10" } +dokka = { id = "org.jetbrains.dokka", version = "1.6.20" } kotlinter = { id = "org.jmailen.kotlinter", version = "3.9.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } versions = { id = "com.github.ben-manes.versions", version = "0.42.0" } @@ -29,14 +29,14 @@ bootstrapTable = { module = "org.webjars.npm:bootstrap-table", version = "1.19.1 bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.70" } bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.70" } byteUnits = { module = "com.jakewharton.byteunits:byteunits", version = "0.9.1" } -clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.4.0" } +clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.4.1" } commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.8" } fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } -flyway = { module = "org.flywaydb:flyway-core", version = "8.5.5" } +flyway = { module = "org.flywaydb:flyway-core", version = "8.5.8" } guava = { module = "com.google.guava:guava", version.ref = "guava" } guice = { module = "com.google.inject:guice", version.ref = "guice" } -h2 = { module = "com.h2database:h2", version = "2.1.210" } +h2 = { module = "com.h2database:h2", version = "2.1.212" } hikaricp = { module = "com.zaxxer:HikariCP", version = "5.0.1" } 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 = "2.13.2.2" } @@ -68,8 +68,8 @@ netty-handler = { module = "io.netty:netty-handler", 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" } pf4j = { module = "org.pf4j:pf4j", version = "3.6.0" } -postgres = { module = "org.postgresql:postgresql", version = "42.3.3" } -runelite-client = { module = "net.runelite:client", version = "1.8.15.1" } +postgres = { module = "org.postgresql:postgresql", version = "42.3.4" } +runelite-client = { module = "net.runelite:client", version = "1.8.17" } 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" } xz = { module = "org.tukaani:xz", version = "1.9" }