diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c80db2b..ee6135704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.2 - Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2 -- Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.3 +- Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.4 - Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.3 - Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.112.Final - Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0 diff --git a/dist/build.gradle b/dist/build.gradle index 0dd2a41c2..1d201ca26 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -77,7 +77,7 @@ dependencies { thirdPartyShaded("org.codehaus.jackson:jackson-mapper-asl:${project.ext.jacksonVersion}") thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}") - implementation("commons-logging:commons-logging:1.3.3") + implementation("commons-logging:commons-logging:1.3.4") implementation("commons-codec:commons-codec:1.17.1") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.apache.hive:hive-service:$hiveVersion") { diff --git a/dist/licenses/commons-logging-1.3.3.jar.sha1 b/dist/licenses/commons-logging-1.3.3.jar.sha1 deleted file mode 100644 index 379882ef4..000000000 --- a/dist/licenses/commons-logging-1.3.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -580ad1a4f34876c4f964c083361de31b3d60be68 \ No newline at end of file diff --git a/dist/licenses/commons-logging-1.3.4.jar.sha1 b/dist/licenses/commons-logging-1.3.4.jar.sha1 new file mode 100644 index 000000000..a39819305 --- /dev/null +++ b/dist/licenses/commons-logging-1.3.4.jar.sha1 @@ -0,0 +1 @@ +b9fc14968d63a8b8a8a2c1885fe3e90564239708 \ No newline at end of file