Skip to content

Commit

Permalink
bump commons-text to 1.10.0 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-builder authored Oct 19, 2022
1 parent 1e5c6df commit cda200a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion avro-builder/tests/tests-allavro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion helper/helper-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion helper/tests/helper-tests-allavro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cda200a

Please sign in to comment.