From 12e6bae6f0c48cf24ec15f484c40f25db28d4275 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Wed, 25 Sep 2024 08:41:36 +0200 Subject: [PATCH] Switch to active fork of univocity-parsers --- 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 0a66e230564e..f6bb172ea941 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ openTestReporting-tooling = { module = "org.opentest4j.reporting:open-test-repor picocli = { module = "info.picocli:picocli", version = "4.7.6" } slf4j-julBinding = { module = "org.slf4j:slf4j-jdk14", version = "2.0.16" } spock1 = { module = "org.spockframework:spock-core", version = "1.3-groovy-2.5" } -univocity-parsers = { module = "com.univocity:univocity-parsers", version = "2.9.1" } +univocity-parsers = { module = "com.sonofab1rd:univocity-parsers", version = "2.10.1" } xmlunit-assertj = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlunit" } xmlunit-placeholders = { module = "org.xmlunit:xmlunit-placeholders", version.ref = "xmlunit" } testingAnnotations = { module = "com.gradle:develocity-testing-annotations", version = "2.0.1" }