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:
dependabot[bot] 2024-09-19 16:27:23 +00:00 committed by exceptionfactory
parent 973728d3e4
commit d455c00387
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>