You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/03/05 18:29:22 UTC

[beam] branch release-2.20.0 updated: [BEAM-9452] Update classgraph to latest version to resolve windows classpath scanning issue

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch release-2.20.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.20.0 by this push:
     new aa85f5f  [BEAM-9452] Update classgraph to latest version to resolve windows classpath scanning issue
     new dfc948d  Merge pull request #11057 from lukecwik/beam9452
aa85f5f is described below

commit aa85f5fe1906c626af114be726f6ad77f7bf151a
Author: Luke Cwik <lc...@google.com>
AuthorDate: Thu Mar 5 09:08:27 2020 -0800

    [BEAM-9452] Update classgraph to latest version to resolve windows classpath scanning issue
    
    As reported here https://github.com/classgraph/classgraph/issues/388
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index efe4cb8..37b887d 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -372,7 +372,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def aws_java_sdk_version = "1.11.718"
     def aws_java_sdk2_version = "2.10.61"
     def cassandra_driver_version = "3.8.0"
-    def classgraph_version = "4.8.56"
+    def classgraph_version = "4.8.65"
     def gax_version = "1.53.0"
     def generated_grpc_ga_version = "1.83.0"
     def google_auth_version = "0.19.0"