Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 in /dist #541

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.115.Final
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.2
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.17.2

## [1.3.0]
### Added
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.4")
implementation("commons-codec:commons-codec:1.17.1")
implementation("commons-codec:commons-codec:1.17.2")
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.1.jar.sha1

This file was deleted.

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