-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-11205] Upgrade Libraries BOM dependencies to 24.3.0 #16850
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
43dc4b9
Update bom version to 24.3.0
benEng 94b5951
Update dependencies
benEng 38f55fc
Update dependencies
benEng 827d44d
Restore version update
benEng a24a25c
Rollback arrow_version update
benEng fd16c0e
Rollback netty_version
benEng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -463,7 +463,7 @@ class BeamModulePlugin implements Plugin<Project> { | |
| // a dependency version which should match across multiple | ||
| // Maven artifacts. | ||
| def activemq_version = "5.14.5" | ||
| def autovalue_version = "1.8.2" | ||
| def autovalue_version = "1.9" | ||
| def autoservice_version = "1.0.1" | ||
| def aws_java_sdk_version = "1.12.135" | ||
| def aws_java_sdk2_version = "2.17.106" | ||
|
|
@@ -476,7 +476,7 @@ class BeamModulePlugin implements Plugin<Project> { | |
| def google_code_gson_version = "2.8.9" | ||
| def google_oauth_clients_version = "1.32.1" | ||
| // Try to keep grpc_version consistent with gRPC version in google_cloud_platform_libraries_bom | ||
| def grpc_version = "1.43.2" | ||
| def grpc_version = "1.44.0" | ||
| def guava_version = "31.0.1-jre" | ||
| def hadoop_version = "2.10.1" | ||
| def hamcrest_version = "2.1" | ||
|
|
@@ -492,7 +492,7 @@ class BeamModulePlugin implements Plugin<Project> { | |
| def postgres_version = "42.2.16" | ||
| def powermock_version = "2.0.9" | ||
| // Try to keep protobuf_version consistent with the protobuf version in google_cloud_platform_libraries_bom | ||
| def protobuf_version = "3.19.2" | ||
| def protobuf_version = "3.19.3" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| def quickcheck_version = "0.8" | ||
| def slf4j_version = "1.7.30" | ||
| def spark2_version = "2.4.8" | ||
|
|
@@ -587,9 +587,9 @@ class BeamModulePlugin implements Plugin<Project> { | |
| google_cloud_pubsub : "com.google.cloud:google-cloud-pubsub", // google_cloud_platform_libraries_bom sets version | ||
| google_cloud_pubsublite : "com.google.cloud:google-cloud-pubsublite", // google_cloud_platform_libraries_bom sets version | ||
| // The GCP Libraries BOM dashboard shows the versions set by the BOM: | ||
| // https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/24.2.0/artifact_details.html | ||
| // https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/24.3.0/artifact_details.html | ||
| // Update libraries-bom version on sdks/java/container/license_scripts/dep_urls_java.yaml | ||
| google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:24.2.0", | ||
| google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:24.3.0", | ||
| google_cloud_spanner : "com.google.cloud:google-cloud-spanner", // google_cloud_platform_libraries_bom sets version | ||
| google_code_gson : "com.google.code.gson:gson:$google_code_gson_version", | ||
| // google-http-client's version is explicitly declared for sdks/java/maven-archetypes/examples | ||
|
|
@@ -659,7 +659,7 @@ class BeamModulePlugin implements Plugin<Project> { | |
| nemo_compiler_frontend_beam : "org.apache.nemo:nemo-compiler-frontend-beam:$nemo_version", | ||
| netty_all : "io.netty:netty-all:$netty_version", | ||
| netty_handler : "io.netty:netty-handler:$netty_version", | ||
| netty_tcnative_boringssl_static : "io.netty:netty-tcnative-boringssl-static:2.0.33.Final", | ||
| netty_tcnative_boringssl_static : "io.netty:netty-tcnative-boringssl-static:2.0.46.Final", | ||
| netty_transport_native_epoll : "io.netty:netty-transport-native-epoll:$netty_version", | ||
| postgres : "org.postgresql:postgresql:$postgres_version", | ||
| powermock : "org.powermock:powermock-module-junit4:$powermock_version", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AutoValue is 1.9. Good.
https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/24.3.0/artifact_details.html