diff --git a/pom.xml b/pom.xml index 528d86a852..0a9a82cd97 100644 --- a/pom.xml +++ b/pom.xml @@ -475,18 +475,6 @@ 8 - - - - org.apache.maven.plugins - maven-compiler-plugin - - - false - - - - diff --git a/proto/pom.xml b/proto/pom.xml index 75fffa9eed..9d1cec2697 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -31,6 +31,8 @@ 2023-01-01T00:00:00Z + + 3.25.1 @@ -50,7 +52,7 @@ com.google.protobuf protobuf-java - 4.0.0-rc-2 + ${protobufVersion} @@ -89,7 +91,7 @@ protobuf-maven-plugin 0.6.1 - com.google.protobuf:protoc:3.17.3:exe:${os.detected.classifier} + com.google.protobuf:protoc:${protobufVersion}:exe:${os.detected.classifier}