From 6c6e23b1e24473717b6325be4c961c29379654d4 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 12 Jun 2021 13:17:25 +0100 Subject: [PATCH] Update dependencies Signed-off-by: Graham --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4589339d..30417169 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,14 +18,14 @@ 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.0.1" } -bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.68" } -bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.68" } +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" } commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.4" } fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } -flyway = { module = "org.flywaydb:flyway-core", version = "7.9.2" } +flyway = { module = "org.flywaydb:flyway-core", version = "7.10.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" } @@ -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.20" } +postgres = { module = "org.postgresql:postgresql", version = "42.2.21" } 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" }