diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 86fedac8..6b13ca0e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,14 +3,14 @@ asm = "9.2" commons-compress = "1.20" guava = "30.1.1-jre" guice = "5.0.1" -jackson = "2.12.3" +jackson = "2.12.4" jimfs = "1.2" junit = "5.7.2" kotlin = "1.5.20" kotlinCoroutines = "1.5.0" ktor = "1.6.1" netty = "4.1.65.Final" -nettyIoUring = "0.0.7.Final" +nettyIoUring = "0.0.8.Final" [libraries] asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" } @@ -55,7 +55,7 @@ netty-codec-core = { module = "io.netty:netty-codec", version.ref = "netty" } netty-codec-http = { module = "io.netty:netty-codec-http", 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" } -postgres = { module = "org.postgresql:postgresql", version = "42.2.22" } +postgres = { module = "org.postgresql:postgresql", version = "42.2.23" } thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.12.RELEASE" } thymeleaf-java8time = { module = "org.thymeleaf.extras:thymeleaf-extras-java8time", version = "3.0.4.RELEASE" } xz = { module = "org.tukaani:xz", version = "1.9" } diff --git a/settings.gradle.kts b/settings.gradle.kts index 7be51f07..a536d7e7 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ pluginManagement { id("com.github.ben-manes.versions") version "0.39.0" id("com.github.jk1.dependency-license-report") version "1.16" id("com.github.johnrengelman.shadow") version "7.0.0" - id("org.jetbrains.dokka") version "1.4.32" + id("org.jetbrains.dokka") version "1.5.0" id("org.jmailen.kotlinter") version "3.4.5" kotlin("jvm") version "1.5.20" }