From f838c7116d12d0368c21680b6d2399ebac76e138 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Fri, 6 Oct 2023 17:25:27 +0200 Subject: [PATCH] chore: Remove the obsolete commons-validator dependency (#2032) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index f2269fc6a..a2286e1e7 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,6 @@ dependencies { } } implementation 'com.google.code.gson:gson:2.10.1' - implementation 'commons-validator:commons-validator:1.7' implementation 'org.apache.commons:commons-lang3:3.13.0' implementation 'commons-io:commons-io:2.14.0' implementation "org.slf4j:slf4j-api:${slf4jVersion}"