Skip to content

Commit

Permalink
Updates commons-lang3 to 3.14.0 and commons-io to 2.15.1. Also correc…
Browse files Browse the repository at this point in the history
…ts some projects to use the versions from the dependency catalog. (#3850)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Dec 13, 2023
1 parent a93d9a7 commit fa413a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data-prepper-main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation(libs.spring.context) {
exclude group: 'commons-logging', module: 'commons-logging'
}
testImplementation 'commons-io:commons-io:2.14.0'
testImplementation libs.commons.io
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion data-prepper-plugins/dissect-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation project(path: ':data-prepper-plugins:mutate-event-processors')
testImplementation project(':data-prepper-plugins:log-generator-source')
testImplementation project(':data-prepper-test-common')
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation libs.commons.lang3
}

test {
Expand Down
2 changes: 1 addition & 1 deletion data-prepper-plugins/rss-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation libs.commons.lang3
testImplementation project(':data-prepper-test-common')
testImplementation 'org.mock-server:mockserver-junit-jupiter-no-dependencies:5.14.0'
testImplementation 'commons-io:commons-io:2.14.0'
testImplementation libs.commons.io
}

test {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencyResolutionManagement {
library('guava-core', 'com.google.guava', 'guava').versionRef('guava')
version('reflections', '0.9.12')
library('reflections-core', 'org.reflections', 'reflections').versionRef('reflections')
library('commons-lang3', 'org.apache.commons', 'commons-lang3').version('3.13.0')
library('commons-io', 'commons-io', 'commons-io').version('2.13.0')
library('commons-lang3', 'org.apache.commons', 'commons-lang3').version('3.14.0')
library('commons-io', 'commons-io', 'commons-io').version('2.15.1')
library('commons-codec', 'commons-codec', 'commons-codec').version('1.16.0')
library('commons-compress', 'org.apache.commons', 'commons-compress').version('1.24.0')
version('hadoop', '3.3.6')
Expand Down

0 comments on commit fa413a4

Please sign in to comment.