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

Abacn 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 db9a625d7b5 Revert "Bump org.codehaus.plexus:plexus-xml from 3.0.2 to 
4.2.0 (#39857)" (#40131)
db9a625d7b5 is described below

commit db9a625d7b56f12dceff7f2d1a0e849a96185f1e
Author: Yi Hu <[email protected]>
AuthorDate: Tue Sep 15 13:20:00 2026 -0400

    Revert "Bump org.codehaus.plexus:plexus-xml from 3.0.2 to 4.2.0 (#39857)" 
(#40131)
    
    This reverts commit ac159f4f37f00f5d95a04f74bbcb8f721012ce6e.
---
 buildSrc/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index d2a4adfcfad..274bf1ce992 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
   implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8") {           
        // Enable shading Java dependencies
     exclude(group="org.codehaus.plexus", module="plexus-xml") // plexus-xml 
4.x requires Java17
   }
-  runtimeOnly("org.codehaus.plexus:plexus-xml:4.2.0")
+  runtimeOnly("org.codehaus.plexus:plexus-xml:3.0.2")
   implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14")
 
   runtimeOnly("com.google.protobuf:protobuf-gradle-plugin:0.8.13")             
                            // Enable proto code generation

Reply via email to