Skip to content

Commit

Permalink
build: Protobuf update to 3.25.5 (#5431)
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
(cherry picked from commit 24d329c)
  • Loading branch information
MMaiero committed Oct 17, 2024
1 parent 4996841 commit a4b899b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<artifactItem>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.12</version>
<version>3.25.5</version>
</artifactItem>
</artifactItems>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.exclusions>${project.basedir}/generated-sources/**/*</sonar.coverage.exclusions>
<sonar.exclusions>${project.basedir}/generated-sources/**/*</sonar.exclusions>
<protoc.version>3.21.12</protoc.version>
<protoc.version>3.25.5</protoc.version>
</properties>

<artifactId>org.eclipse.kura.cloudconnection.sparkplug.mqtt.provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kura/org.eclipse.kura.core.cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<artifactItem>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.12</version>
<version>3.25.5</version>
</artifactItem>
</artifactItems>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions kura/test/org.eclipse.kura.core.cloud.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.12</version>
<version>3.25.5</version>
</dependency>
</dependencies>

Expand All @@ -55,7 +55,7 @@
<artifactItem>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.12</version>
<version>3.25.5</version>
</artifactItem>
</artifactItems>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ slf4j.api.version=1.7.36
jcl.over.slf4j.version=1.7.36
log4j.version=2.23.1
org.apache.commons.lang3.version=3.12.0
com.google.protobuf.version=3.21.12
com.google.protobuf.version=3.25.5
org.tigris.mtoolkit.iagent.rpc.version=3.0.0.20110411-0918
org.hamcrest.version=1.1.0.v20090501071000
org.hamcrest.core.version=1.3.0.v201303031735
Expand Down

0 comments on commit a4b899b

Please sign in to comment.