Skip to content

Commit 589eff1

Browse files
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 in /buildSrc (#624)
* Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 in /buildSrc Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.18.0...rel/commons-codec-1.19.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 31c7438 commit 589eff1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2121
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.19.2
2222
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.2.1.Final
2323
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.31.1
24-
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.18.0
24+
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.19.0
2525
- Bumps `commons-logging:commons-logging` from 1.3.4 to 1.3.5
2626
- Bumps Spark3 version from 3.2.4 to 3.4.4 ([#551](https://github.com/opensearch-project/opensearch-hadoop/pull/551))
2727
- Bumps Scala2.12 version from 2.12.8 to 2.12.20 ([#551](https://github.com/opensearch-project/opensearch-hadoop/pull/551))

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474

7575
// Required for dependency licenses task
7676
implementation 'org.apache.rat:apache-rat:0.15'
77-
implementation 'commons-codec:commons-codec:1.18.0'
77+
implementation 'commons-codec:commons-codec:1.19.0'
7878

7979
if (localRepo) {
8080
implementation(name: "build-tools-${buildToolsVersion}") {

0 commit comments

Comments
 (0)