diff --git a/CHANGELOG.md b/CHANGELOG.md index 13408f6b3..abad2df6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,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 diff --git a/dist/build.gradle b/dist/build.gradle index 145982c6d..0dd2a41c2 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -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" diff --git a/dist/licenses/commons-codec-1.17.0.jar.sha1 b/dist/licenses/commons-codec-1.17.0.jar.sha1 deleted file mode 100644 index a4073ada5..000000000 --- a/dist/licenses/commons-codec-1.17.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0dbe8eef6e14460e73da07f7b11bf994d6626355 \ No newline at end of file diff --git a/dist/licenses/commons-codec-1.17.1.jar.sha1 b/dist/licenses/commons-codec-1.17.1.jar.sha1 new file mode 100644 index 000000000..82b20bf50 --- /dev/null +++ b/dist/licenses/commons-codec-1.17.1.jar.sha1 @@ -0,0 +1 @@ +973638b7149d333563584137ebf13a691bb60579 \ No newline at end of file