From 19a5909442d1db63db0fec7cf64122d0fee2991e Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Tue, 7 Jan 2025 17:42:25 +0100 Subject: [PATCH] Update dependency commons-validator:commons-validator to v1.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d91e564..07c6b67 100755 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> - <version>1.8.0</version> + <version>1.9.0</version> <type>jar</type> </dependency> <dependency> -- GitLab