Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 in /dist (open…
Browse files Browse the repository at this point in the history
…search-project#497)

* Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 in /dist

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.0...rel/commons-codec-1.17.1)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

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>
  • Loading branch information
2 people authored and dgoldenberg-ias committed Sep 11, 2024
1 parent 2213bfa commit 674777b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.2
- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.111.Final
- Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0
- Bumps `commons-codec:commons-codec` from 1.17.0 to 1.17.1

## [1.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}")

implementation("commons-logging:commons-logging:1.3.3")
implementation("commons-codec:commons-codec:1.17.0")
implementation("commons-codec:commons-codec:1.17.1")
implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("org.apache.hive:hive-service:$hiveVersion") {
exclude module: "log4j-slf4j-impl"
Expand Down
1 change: 0 additions & 1 deletion dist/licenses/commons-codec-1.17.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions dist/licenses/commons-codec-1.17.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
973638b7149d333563584137ebf13a691bb60579

0 comments on commit 674777b

Please sign in to comment.