From e62941b00a173406d952c450b55f8591f2e7ca58 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 29 Aug 2023 12:36:03 +0100 Subject: [PATCH] Update Clikt Signed-off-by: Graham --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d165f8d..dde959ff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ bootstrapTable = { module = "org.webjars.npm:bootstrap-table", version = "1.22.1 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.5.2" } +clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.0" } commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.12" } fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" }