From a12aafe60863f08f6a00a2a8b9c757b3f517cca7 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 5 Dec 2021 13:20:39 +0000 Subject: [PATCH] Update dependencies Signed-off-by: Graham --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6c30fc80..12940062 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,8 +19,8 @@ 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.3" } bootstrapTable = { module = "org.webjars.npm:bootstrap-table", version = "1.19.1" } -bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.69" } -bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.69" } +bouncyCastle-pkix = { module = "org.bouncycastle:bcpkix-jdk15on", version = "1.70" } +bouncyCastle-provider = { module = "org.bouncycastle:bcprov-jdk15on", version = "1.70" } byteUnits = { module = "com.jakewharton.byteunits:byteunits", version = "0.9.1" } clikt = { module = "com.github.ajalt.clikt:clikt", version = "3.3.0" } commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" }