From 902f8d15ef63f58f7b1f66703b49fdbb77ba4428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:45:54 +0000 Subject: [PATCH 1/3] Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 in /dist Bumps commons-logging:commons-logging from 1.3.3 to 1.3.4. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dist/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { From ca1e210c523ecdcd3bbbf316dc16658ec2d41a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Aug 2024 21:47:15 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- dist/licenses/commons-logging-1.3.3.jar.sha1 | 1 - dist/licenses/commons-logging-1.3.4.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 dist/licenses/commons-logging-1.3.3.jar.sha1 create mode 100644 dist/licenses/commons-logging-1.3.4.jar.sha1 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 From 6fbdd89178ae650b66447b701d79b2582a77ba68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Aug 2024 21:47:16 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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