[
https://issues.apache.org/jira/browse/BEAM-11055?focusedWorklogId=500242&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-500242
]
ASF GitHub Bot logged work on BEAM-11055:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/20 19:09
Start Date: 13/Oct/20 19:09
Worklog Time Spent: 10m
Work Description: iemejia commented on a change in pull request #13073:
URL: https://github.com/apache/beam/pull/13073#discussion_r504192795
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy
##########
@@ -23,53 +23,54 @@ package org.apache.beam.gradle
*/
class GrpcVendoring_1_26_0 {
- static def guava_version = "26.0-jre"
- static def protobuf_version = "3.11.0"
+ static def alpn_api_version = "1.1.2.v20150522"
+ static def bouncycastle_version = "1.54"
+ static def compress_lzf_version = "1.0.3"
+ static def conscrypt_version = "1.3.0"
+ static def google_auth_version = "0.18.0"
static def grpc_version = "1.26.0"
static def gson_version = "2.8.6"
+ static def guava_version = "26.0-jre"
+ static def jboss_marshalling_version = "1.4.11.Final"
+ static def jboss_modules_version = "1.1.0.Beta1"
+ static def jzlib_version = "1.1.3"
+ static def log4j_version = "2.13.3"
Review comment:
Notice that vendored grpc dependencies can have different versions so
they don't depend on Beam main module file, so versions are defined
independently.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 500242)
Time Spent: 1h 20m (was: 1h 10m)
> Update log4j to version 2.13.3
> ------------------------------
>
> Key: BEAM-11055
> URL: https://issues.apache.org/jira/browse/BEAM-11055
> Project: Beam
> Issue Type: Improvement
> Components: build-system, io-java-elasticsearch
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: P2
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Beam uses a version of log4j that is reported by some security tools to have
> some security issues. Notice that Beam's use of log4j should not be impacted
> by the issue.
> See [https://nvd.nist.gov/vuln/detail/CVE-2017-5645]
> The update in the vendored grpc module is to ensure it gets updated too in a
> future release of our vendored dependencies. Notice that this is a runtime
> dep for users so they are free to provide their own version so less of an
> issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)