Skip to content

Commit 48316b4

Browse files
committed
Upgrade protobuf so it can work on Apple Silicon
1 parent f1669cb commit 48316b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mapstruct-protobuf3/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<os.mavenplugin.version>1.4.0.Final</os.mavenplugin.version>
21-
<protobuf.plugin.version>0.5.0</protobuf.plugin.version>
22-
<protobuf.java.version>3.2.0</protobuf.java.version>
20+
<os.mavenplugin.version>1.7.1</os.mavenplugin.version>
21+
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
22+
<protobuf.java.version>4.27.3</protobuf.java.version>
2323
<org.mapstruct.version>1.6.0</org.mapstruct.version>
2424
<maven.compiler.source>1.8</maven.compiler.source>
2525
<maven.compiler.target>1.8</maven.compiler.target>

mapstruct-protobuf3/usage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
<goal>compile-custom</goal>
6060
</goals>
6161
<configuration>
62-
<protocArtifact>com.google.protobuf:protoc:3.2.0:exe:${os.detected.classifier}
62+
<protocArtifact>com.google.protobuf:protoc:${protobuf.java.version}:exe:${os.detected.classifier}
6363
</protocArtifact>
6464
<pluginId>grpc-java</pluginId>
65-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.2.0:exe:${os.detected.classifier}
65+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.66.0:exe:${os.detected.classifier}
6666
</pluginArtifact>
6767
</configuration>
6868
</execution>

0 commit comments

Comments
 (0)