Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 in /mr #511

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
2 changes: 1 addition & 1 deletion mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
}

embedded(project(path: ":thirdparty", configuration: "shadow"))
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")

Expand Down
1 change: 0 additions & 1 deletion mr/licenses/commons-logging-1.3.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions mr/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 spark/core/licenses/commons-logging-1.3.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions spark/core/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 spark/sql-20/licenses/commons-logging-1.3.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions spark/sql-20/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 spark/sql-30/licenses/commons-logging-1.3.3.jar.sha1

This file was deleted.

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