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

damccorm 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 6a8eee94aa4 Bump ClassGraph from 4.8.162 to 4.8.192 (#39815)
6a8eee94aa4 is described below

commit 6a8eee94aa45b9c1f30af4cac998f40ba3ad65df
Author: kellen <[email protected]>
AuthorDate: Wed Aug 19 16:18:22 2026 +0200

    Bump ClassGraph from 4.8.162 to 4.8.192 (#39815)
    
    Newer ClassGraph versions canonicalize classpath entries via
    Path.toRealPath() and deduplicate by file identity, which fixes
    classpath detection under build systems like Bazel that use symlinks
    in their runfiles tree.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
---
 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 26b1c473832..e177becc7a8 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -615,7 +615,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def cassandra_driver_version = "3.10.2"
     def cdap_version = "6.11.4"
     def checkerframework_version = "3.42.0"
-    def classgraph_version = "4.8.162"
+    def classgraph_version = "4.8.192"
     def delta_lake_version = "4.2.0"
     def dbcp2_version = "2.9.0"
     def errorprone_version = "2.31.0"

Reply via email to