mirror of https://github.com/apache/nifi.git
NIFI-13768 Upgraded protobuf from 3.25.3 to 3.25.5
This closes #9278 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
973728d3e4
commit
d455c00387
|
@ -32,7 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-bom</artifactId>
|
||||
<version>3.25.3</version>
|
||||
<version>3.25.5</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<artifactId>nifi-protobuf-services</artifactId>
|
||||
|
||||
<properties>
|
||||
<protobuf.version>3.25.3</protobuf.version>
|
||||
<protobuf.version>3.25.5</protobuf.version>
|
||||
<wire.version>5.0.0</wire.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue