google / closure-compiler

A JavaScript checker and optimizer.
https://developers.google.com/closure/compiler/
Apache License 2.0
7.31k stars 1.15k forks source link

v20240317 contains protobuf 3.17.0 instead of 3.25.2 #4168

Open chschu opened 3 weeks ago

chschu commented 3 weeks ago

Regardless of what's specified in maven_artifacts.bzl, closure-compiler version v20240317 (and later builds) seem to contain protobuf-java version 3.17.0.

At least that's what META-INF/maven/com.google.protobuf/protobuf-java/pom.xml in https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20240317/closure-compiler-v20240317.jar says. Local builds of the v20240317 tag or the current master contain the same information.

Version v20231112 contains protobuf-java version 3.21.12, which matches the version specified in maven_artifacts.bzl.

brad4d commented 3 weeks ago

Thanks for reporting this. It's not clear when the next release to Maven will occur, but I've added this issue to a list that will be resolved before it happens.