Override the protobuf version from the Micronaut parent POM
Some checks failed
Java CI / build (push) Has been cancelled

This commit is contained in:
Jon Chambers 2026-01-08 13:23:40 -05:00 committed by Jon Chambers
parent 7ae0553d8d
commit 4cc65b02ca

View File

@ -30,6 +30,9 @@
<simple-grpc.version>0.1.0</simple-grpc.version>
<testcontainers.version>1.21.4</testcontainers.version>
<!-- must be less than or equal to the value from Google libraries-bom, see https://protobuf.dev/support/cross-version-runtime-guarantee/ -->
<protobuf.version>4.33.0</protobuf.version>
<!-- Note: always use the multi-arch manifest *LIST* here; see https://hub.docker.com/_/eclipse-temurin -->
<docker.image>eclipse-temurin:25-jre-noble@sha256:d8dd4342b7dbb5a9c06d0499eecca86315346acc6a20026080642610344ceb2c</docker.image>
</properties>