hello again! <@U06A03HV1> ok, i've confirmed that ...
# general
l
hello again! @witty-crayon-22786 ok, i've confirmed that the version that's compiled in the jar is the version i don't want. It looks like what's being shaded is also the wrong version (not 3.1.0). In the jar, there's a bunch of references to the 3.1.0 jar in
compile_classpath
, which is what i assume is being used at compile time however, there's also some references in META-INF in a bunch of pom.xml files to other old versions of protobuf e.g.
META-INF/maven/io.netty/netty/pom.xml
references 2.5.0 do you think maybe we're doing the shading wrong?