Hello,
I had issue with dependencies conflict in my repo because I am using latest orc-core:2.1.0 which uses orc-format and therefore protobuf-java 3.25.1
If I don't enforce this older version of protobuf I am getting this error message : org/apache/orc/OrcProto.java: cannot find symbol symbol: method makeExtensionsImmutable() because the method makeExtensionsImmutable has been removed in latest versions.
Vulnerability issues have also been found in protobuf-java old versions.
Is there an easy way to upgrade it to the latest version ?