diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 96ddbe42..3bcfd665 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,24 +9,24 @@ junit = "5.8.1" kotlin = "1.5.30" kotlinCoroutines = "1.5.2" ktor = "1.6.4" -netty = "4.1.68.Final" -nettyIoUring = "0.0.8.Final" +netty = "4.1.69.Final" +nettyIoUring = "0.0.9.Final" [libraries] asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" } asm-core = { module = "org.ow2.asm:asm", version.ref = "asm" } asm-tree = { module = "org.ow2.asm:asm-tree", version.ref = "asm" } asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asm" } -bootstrap = { module = "org.webjars:bootstrap", version = "5.1.1" } +bootstrap = { module = "org.webjars:bootstrap", version = "5.1.3" } bootstrapTable = { module="org.webjars.npm:bootstrap-table", version="1.18.3" } bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.69" } bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.69" } byteUnits = { module = "com.jakewharton.byteunits:byteunits", version = "0.9.1" } -clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.2.0" } +clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.3.0" } commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.6" } fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } -flyway = { module = "org.flywaydb:flyway-core", version = "7.15.0" } +flyway = { module = "org.flywaydb:flyway-core", version = "8.0.2" } guava = { module = "com.google.guava:guava", version.ref = "guava" } guice = { module = "com.google.inject:guice", version.ref = "guice" } h2 = { module = "com.h2database:h2", version = "1.4.200" } @@ -35,7 +35,7 @@ inlineLogger = { module = "com.michael-bull.kotlin-inline-logger:kotlin-inline-l jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" } jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" } -javaParser = { module = "com.github.javaparser:javaparser-symbol-solver-core", version = "3.23.0" } +javaParser = { module = "com.github.javaparser:javaparser-symbol-solver-core", version = "3.23.1" } jdom = { module = "org.jdom:jdom2", version = "2.0.6" } jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.1" } jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" } @@ -46,7 +46,7 @@ junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref junit-launcher = { module="org.junit.platform:junit-platform-launcher", version = "1.8.1" } kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" } -kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.10.1" } +kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.10.2" } ktor-jackson = { module = "io.ktor:ktor-jackson", version.ref = "ktor" } ktor-server-cio = { module = "io.ktor:ktor-server-cio", version.ref = "ktor" } ktor-thymeleaf = { module = "io.ktor:ktor-thymeleaf", version.ref = "ktor" } @@ -58,7 +58,7 @@ netty-codec-http = { module = "io.netty:netty-codec-http", version.ref = "netty" 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" } -postgres = { module = "org.postgresql:postgresql", version = "42.2.24" } +postgres = { module = "org.postgresql:postgresql", version = "42.3.0" } 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 fa587f79..19f3add0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,8 +14,8 @@ pluginManagement { plugins { id("com.github.ben-manes.versions") version "0.39.0" id("com.github.jk1.dependency-license-report") version "2.0" - id("com.github.johnrengelman.shadow") version "7.0.0" - id("org.jetbrains.dokka") version "1.5.30" + id("com.github.johnrengelman.shadow") version "7.1.0" + id("org.jetbrains.dokka") version "1.5.31" id("org.jmailen.kotlinter") version "3.6.0" kotlin("jvm") version "1.5.31" }