From 3734d4709bbd23ad7f27a9eb121aad8d22ab21a2 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 30 Nov 2021 22:18:58 +0000 Subject: [PATCH] Update dependencies Signed-off-by: Graham --- gradle/libs.versions.toml | 14 +++++++------- settings.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 27242133..6c30fc80 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,10 +5,10 @@ guava = "31.0.1-jre" guice = "5.0.1" jackson = "2.13.0" jimfs = "1.2" -junit = "5.8.1" +junit = "5.8.2" kotlin = "1.6.0" kotlinCoroutines = "1.5.2" -ktor = "1.6.5" +ktor = "1.6.6" netty = "4.1.70.Final" nettyIoUring = "0.0.10.Final" @@ -26,10 +26,10 @@ 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 = "8.0.5" } +flyway = { module = "org.flywaydb:flyway-core", version = "8.2.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 = "1.4.200" } +h2 = { module = "com.h2database:h2", version = "2.0.202" } hikaricp = { module = "com.zaxxer:HikariCP", version = "5.0.0" } 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.ref = "jackson" } @@ -41,9 +41,9 @@ jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.1" } jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" } jquery = { module = "org.webjars:jquery", version = "3.6.0" } jsoup = { module = "org.jsoup:jsoup", version = "1.14.3" } -junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.8.1" } } +junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.8.2" } } junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } -junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.8.1" } +junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.8.2" } 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.2" } @@ -59,7 +59,7 @@ 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.3.1" } -thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.12.RELEASE" } +thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.0.13.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 6eca62c6..5ec96880 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 "2.0" id("com.github.johnrengelman.shadow") version "7.1.0" - id("org.jetbrains.dokka") version "1.5.31" + id("org.jetbrains.dokka") version "1.6.0" id("org.jmailen.kotlinter") version "3.7.0" kotlin("jvm") version "1.6.0" }