Override the protobuf version from the Micronaut parent POM
Some checks failed
Java CI / build (push) Has been cancelled
Some checks failed
Java CI / build (push) Has been cancelled
This commit is contained in:
parent
7ae0553d8d
commit
4cc65b02ca
3
pom.xml
3
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user