From 565c9b637db56270befe5dae8336f6fc493797d0 Mon Sep 17 00:00:00 2001 From: Artem Kozlov Date: Fri, 6 Dec 2024 00:49:07 +0200 Subject: [PATCH] Downgrade commons-cli to fix product run --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f8cecc36..6401bd00 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ tomcat10_version = 10.1.19 tomcat10_servlet_api_version = 5.0.0 asm_version = 9.6 spock_version = 2.3-groovy-3.0 -commons_cli_version = 1.5.0 +commons_cli_version = 1.3.1 commons_io_version = 2.14.0 slf4j_version = 2.0.9 springBootVersion = 2.6.3