Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.2 to 1.3.0 in /dist (#363)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Dec 5, 2023
1 parent 28f7bd7 commit 757f2b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
1 change: 0 additions & 1 deletion dist/licenses/commons-logging-1.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions dist/licenses/commons-logging-1.3.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f5e064b541f5c5fbc5e4fb49c4e8cd4eabb3afd6

0 comments on commit 757f2b1

Please sign in to comment.