suztomo commented on a change in pull request #16850:
URL: https://github.com/apache/beam/pull/16850#discussion_r812022313
##########
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"
def quickcheck_version = "0.8"
def slf4j_version = "1.7.30"
def spark2_version = "2.4.8"
def spark3_version = "3.1.2"
def spotbugs_version = "4.0.6"
def testcontainers_version = "1.16.3"
- def arrow_version = "5.0.0"
+ def arrow_version = "7.0.0"
Review comment:
I don't think we touch this version when we upgrade the Libraries BOM.
What do you need from this?
--
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]