From 757f2b1854794c1e15ff8e14daaace48518aa36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:11:31 +1300 Subject: [PATCH] Bump commons-logging:commons-logging from 1.2 to 1.3.0 in /dist (#363) * Bump commons-logging:commons-logging from 1.2 to 1.3.0 in /dist Bumps commons-logging:commons-logging from 1.2 to 1.3.0. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + dist/build.gradle | 2 +- dist/licenses/commons-logging-1.2.jar.sha1 | 1 - dist/licenses/commons-logging-1.3.0.jar.sha1 | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 dist/licenses/commons-logging-1.2.jar.sha1 create mode 100644 dist/licenses/commons-logging-1.3.0.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 640ff8e27..b1ad7612b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.482 - Bumps `commons-codec:commons-codec` from 1.15 to 1.16.0 - Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.524 +- Bumps `commons-logging:commons-logging` from 1.2 to 1.3.0 ### Changed diff --git a/dist/build.gradle b/dist/build.gradle index fad54e691..c91c6c558 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -74,7 +74,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.2") + implementation("commons-logging:commons-logging:1.3.0") implementation("commons-codec:commons-codec:1.16.0") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.apache.hive:hive-service:$hiveVersion") { diff --git a/dist/licenses/commons-logging-1.2.jar.sha1 b/dist/licenses/commons-logging-1.2.jar.sha1 deleted file mode 100644 index f40f02424..000000000 --- a/dist/licenses/commons-logging-1.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4bfc12adfe4842bf07b657f0369c4cb522955686 \ No newline at end of file diff --git a/dist/licenses/commons-logging-1.3.0.jar.sha1 b/dist/licenses/commons-logging-1.3.0.jar.sha1 new file mode 100644 index 000000000..1b41d78b1 --- /dev/null +++ b/dist/licenses/commons-logging-1.3.0.jar.sha1 @@ -0,0 +1 @@ +f5e064b541f5c5fbc5e4fb49c4e8cd4eabb3afd6 \ No newline at end of file