Update dependencies

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 2 years ago
parent 02f35fd014
commit 3734d4709b
  1. 14
      gradle/libs.versions.toml
  2. 2
      settings.gradle.kts

@ -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" }

@ -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"
}

Loading…
Cancel
Save