Update protobuf-java to 3.25.5
This commit is contained in:
parent
315fc00eac
commit
cd68a674bb
2
pom.xml
2
pom.xml
|
@ -63,7 +63,7 @@
|
|||
<luajava.version>3.4.0</luajava.version>
|
||||
<micrometer.version>1.13.2</micrometer.version>
|
||||
<netty.version>4.1.111.Final</netty.version>
|
||||
<protobuf.version>3.25.2</protobuf.version> <!-- should be kept in sync with the value from Google libraries-bom -->
|
||||
<protobuf.version>3.25.5</protobuf.version> <!-- must be greater than or equal to the value from Google libraries-bom, see https://protobuf.dev/support/cross-version-runtime-guarantee/ -->
|
||||
<pushy.version>0.15.4</pushy.version>
|
||||
<reactive.grpc.version>1.2.4</reactive.grpc.version>
|
||||
<reactor-bom.version>2023.0.8</reactor-bom.version> <!-- 3.6.x, see https://github.com/reactor/reactor#bom-versioning-scheme -->
|
||||
|
|
Loading…
Reference in New Issue