Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 in /hive (#509)
Browse files Browse the repository at this point in the history
* Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 in /hive

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] <[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] committed Aug 19, 2024
1 parent f5853c8 commit 3cd19cf
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
}
implementation("org.apache.hive:hive-exec:$hiveVersion")
implementation("org.apache.hive:hive-metastore:$hiveVersion")
implementation("commons-logging:commons-logging:1.3.3")
implementation("commons-logging:commons-logging:1.3.4")
implementation("javax.xml.bind:jaxb-api:2.3.1")

testImplementation(project(":test:shared"))
Expand Down
1 change: 0 additions & 1 deletion hive/licenses/commons-logging-1.3.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions hive/licenses/commons-logging-1.3.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b9fc14968d63a8b8a8a2c1885fe3e90564239708
1 change: 0 additions & 1 deletion licenses/commons-logging-1.3.3.jar.sha1

This file was deleted.

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

0 comments on commit 3cd19cf

Please sign in to comment.