From cda200a75d4dafeb8ba2fe6e3f3e259c76e86fd0 Mon Sep 17 00:00:00 2001 From: David Grossman Date: Wed, 19 Oct 2022 12:43:14 -0400 Subject: [PATCH] bump commons-text to 1.10.0 (#402) --- avro-builder/tests/tests-allavro/build.gradle | 2 +- helper/helper-common/build.gradle | 2 +- helper/tests/helper-tests-allavro/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/avro-builder/tests/tests-allavro/build.gradle b/avro-builder/tests/tests-allavro/build.gradle index 0f2704c27..a629edad1 100644 --- a/avro-builder/tests/tests-allavro/build.gradle +++ b/avro-builder/tests/tests-allavro/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation "org.mockito:mockito-core:3.2.4" //required for json-unit testImplementation "com.fasterxml.jackson.core:jackson-databind:2.11.3" - testImplementation "org.apache.commons:commons-text:1.9" + testImplementation "org.apache.commons:commons-text:1.10.0" testImplementation 'org.skyscreamer:jsonassert:1.5.0' avro14 ("org.apache.avro:avro:1.4.1") { diff --git a/helper/helper-common/build.gradle b/helper/helper-common/build.gradle index 3514a1dbc..88726cf03 100644 --- a/helper/helper-common/build.gradle +++ b/helper/helper-common/build.gradle @@ -20,6 +20,6 @@ dependencies { } compileOnly "com.fasterxml.jackson.core:jackson-core:2.10.2" compileOnly "com.fasterxml.jackson.core:jackson-databind:2.10.2" - implementation "org.apache.commons:commons-text:1.9" + implementation "org.apache.commons:commons-text:1.10.0" testCompile "commons-io:commons-io:2.6" } diff --git a/helper/tests/helper-tests-allavro/build.gradle b/helper/tests/helper-tests-allavro/build.gradle index 1f2dba0d4..947aa038a 100644 --- a/helper/tests/helper-tests-allavro/build.gradle +++ b/helper/tests/helper-tests-allavro/build.gradle @@ -87,7 +87,7 @@ dependencies { testImplementation "org.mockito:mockito-core:3.2.4" //required for json-unit testImplementation "com.fasterxml.jackson.core:jackson-databind:2.11.3" - testImplementation "org.apache.commons:commons-text:1.9" + testImplementation "org.apache.commons:commons-text:1.10.0" testImplementation 'org.skyscreamer:jsonassert:1.5.0' avro14 ("org.apache.avro:avro:1.4.1") { exclude group: "org.mortbay.jetty"