Skip to content

Commit a3d42ae

Browse files
authored
Update woodstox package and version (#36613)
1 parent 1a4298f commit a3d42ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ class BeamModulePlugin implements Plugin<Project> {
914914
vendored_grpc_1_69_0 : "org.apache.beam:beam-vendor-grpc-1_69_0:0.1",
915915
vendored_guava_32_1_2_jre : "org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1",
916916
vendored_calcite_1_40_0 : "org.apache.beam:beam-vendor-calcite-1_40_0:0.1",
917-
woodstox_core_asl : "org.codehaus.woodstox:woodstox-core-asl:4.4.1",
917+
woodstox_core : "com.fasterxml.woodstox:woodstox-core:7.1.1",
918918
zstd_jni : "com.github.luben:zstd-jni:1.5.6-3",
919919
quickcheck_core : "com.pholser:junit-quickcheck-core:$quickcheck_version",
920920
quickcheck_generators : "com.pholser:junit-quickcheck-generators:$quickcheck_version",

sdks/java/io/xml/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
implementation project(path: ":sdks:java:core", configuration: "shadow")
3131
implementation library.java.stax2_api
3232
implementation "javax.xml.stream:stax-api:1.0-2"
33-
implementation library.java.woodstox_core_asl
34-
permitUnusedDeclared library.java.woodstox_core_asl // BEAM-11761
33+
implementation library.java.woodstox_core
34+
permitUnusedDeclared library.java.woodstox_core // BEAM-11761
3535
testImplementation project(path: ":sdks:java:core", configuration: "shadowTest")
3636
testImplementation library.java.junit
3737
testRuntimeOnly library.java.slf4j_jdk14

0 commit comments

Comments
 (0)