diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7e36db4064..0bc57cd303 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ junit = "5.8.2" kotlin = "1.6.10" kotlinCoroutines = "1.6.0" ktor = "1.6.7" -netty = "4.1.73.Final" +netty = "4.1.74.Final" nettyIoUring = "0.0.12.Final" [plugins] @@ -17,7 +17,7 @@ dependencyLicenseReport = { id = "com.github.jk1.dependency-license-report", ver dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" } kotlinter = { id = "org.jmailen.kotlinter", version = "3.8.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } -versions = { id = "com.github.ben-manes.versions", version = "0.41.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.42.0" } [libraries] asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" } @@ -31,9 +31,9 @@ bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = byteUnits = { module = "com.jakewharton.byteunits:byteunits", version = "0.9.1" } clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.4.0" } commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } -fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.6" } +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.4.3" } +flyway = { module = "org.flywaydb:flyway-core", version = "8.5.0" } 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" } @@ -67,9 +67,9 @@ 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.1" } -runelite-client = { module = "net.runelite:client", version = "1.8.10" } -thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.14.RELEASE" } +postgres = { module = "org.postgresql:postgresql", version = "42.3.3" } +runelite-client = { module = "net.runelite:client", version = "1.8.11" } +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" }