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:23:43 UTC

[beam] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/beam.git


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

commit 073fb78edd8de5121c87770827a1c104fdc321db
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 e0a7517..2a9fb9d 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"