Abacn commented on PR #35620: URL: https://github.com/apache/beam/pull/35620#issuecomment-3084648803
Tested with `:sdks:java:extensions:avro:dependencies`: HEAD: ``` runtimeClasspath - Runtime classpath of source set 'main'. +--- org.checkerframework:checker-qual:3.42.0 +--- net.bytebuddy:byte-buddy:1.14.12 +--- org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1 +--- project :sdks:java:core ... +--- org.apache.avro:avro:1.11.4 -> 1.11.3 | +--- com.fasterxml.jackson.core:jackson-core:2.14.2 -> 2.15.4 (*) | +--- com.fasterxml.jackson.core:jackson-databind:2.14.2 -> 2.15.4 (*) | +--- org.apache.commons:commons-compress:1.22 -> 1.26.2 (*) | \--- org.slf4j:slf4j-api:1.7.36 -> 2.0.16 +--- joda-time:joda-time:2.10.14 \--- org.apache.commons:commons-lang3:3.14.0 ``` This PR: ``` runtimeClasspath - Runtime classpath of source set 'main'. +--- org.checkerframework:checker-qual:3.42.0 +--- net.bytebuddy:byte-buddy:1.14.12 +--- org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1 +--- project :sdks:java:core ... +--- org.apache.avro:avro:1.11.4 | +--- com.fasterxml.jackson.core:jackson-core:2.14.3 -> 2.15.4 (*) | +--- com.fasterxml.jackson.core:jackson-databind:2.14.3 -> 2.15.4 (*) | +--- org.apache.commons:commons-compress:1.26.2 (*) | \--- org.slf4j:slf4j-api:1.7.36 -> 2.0.16 +--- joda-time:joda-time:2.10.14 \--- org.apache.commons:commons-lang3:3.14.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org