Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.2 to 4.0.5
- Bumps `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1 in /spark/core
- Bumps `software.amazon.awssdk:http-client-spi` from 2.42.4 to 2.42.17
- Bumps `commons-codec:commons-codec` from 1.21.0 to 1.22.0

## [2.0.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 @@ -110,7 +110,7 @@ dependencies {
thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}")

implementation("commons-logging:commons-logging:1.3.6")
implementation("commons-codec:commons-codec:1.21.0")
implementation("commons-codec:commons-codec:1.22.0")
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.21.0.jar.sha1

This file was deleted.

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