suztomo commented on a change in pull request #16850:
URL: https://github.com/apache/beam/pull/16850#discussion_r812022873
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -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"
Review comment:
AutoValue is 1.9. Good.
https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/24.3.0/artifact_details.html
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -488,18 +488,18 @@ class BeamModulePlugin implements Plugin<Project> {
def jsr305_version = "3.0.2"
def kafka_version = "2.4.1"
def nemo_version = "0.1"
- def netty_version = "4.1.52.Final"
+ def netty_version = "4.1.72.Final"
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"
Review comment:
Protobuf 3.19.3. Good.
https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/24.3.0/artifact_details.html
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -488,18 +488,18 @@ class BeamModulePlugin implements Plugin<Project> {
def jsr305_version = "3.0.2"
def kafka_version = "2.4.1"
def nemo_version = "0.1"
- def netty_version = "4.1.52.Final"
+ def netty_version = "4.1.72.Final"
Review comment:
As Google Cloud libraries' netty dependencies come from
grpc-netty-shaded, this change shouldn't be needed (but I guess this should be
no harm)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]