Skip to content

Commit 9f2ef6a

Browse files
upgrade protobuf from 3.21.5 to 3.21.12
1 parent d204c04 commit 9f2ef6a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.openbase</groupId>
@@ -113,7 +114,9 @@
113114
</execution>
114115
</executions>
115116
<configuration>
116-
<protocArtifact>com.google.protobuf:protoc:${dependency.com.google.protobuf.proto}:exe:${os.detected.classifier}</protocArtifact>
117+
<protocArtifact>
118+
com.google.protobuf:protoc:${dependency.com.google.protobuf.proto}:exe:${os.detected.classifier}
119+
</protocArtifact>
117120
</configuration>
118121
</plugin>
119122
<plugin>
@@ -257,7 +260,7 @@
257260
<!-- this duplicated entry is required for the protobuf compiler -->
258261
<maven.compiler.source>${java.source.version}</maven.compiler.source>
259262
<maven.compiler.target>${java.target.version}</maven.compiler.target>
260-
<dependency.com.google.protobuf.proto>3.21.5</dependency.com.google.protobuf.proto>
263+
<dependency.com.google.protobuf.proto>3.21.12</dependency.com.google.protobuf.proto>
261264
</properties>
262265

263266
<dependencies>

0 commit comments

Comments
 (0)