From 4b43f9079dbd0abf78ceb60729ef11ba29b3a8d0 Mon Sep 17 00:00:00 2001
From: Iaroslav Bogdanchikov <6546969+ibogdanchikov@users.noreply.github.com>
Date: Wed, 6 Jul 2022 14:39:21 +0200
Subject: [PATCH] #2922 Fix protobuf tests for M1 Macs
---
.../src/test/resources/protobufBuilderTest/pom.xml | 6 +++---
parent/pom.xml | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/integrationtest/src/test/resources/protobufBuilderTest/pom.xml b/integrationtest/src/test/resources/protobufBuilderTest/pom.xml
index ecbbf1d6d..c0d8e2a81 100644
--- a/integrationtest/src/test/resources/protobufBuilderTest/pom.xml
+++ b/integrationtest/src/test/resources/protobufBuilderTest/pom.xml
@@ -23,7 +23,7 @@
1.6.0
- 0.5.1
+ 0.6.1
@@ -55,10 +55,10 @@
compile-custom
- com.google.protobuf:protoc:3.2.0:exe:${os.detected.classifier}
+ com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
grpc-java
- io.grpc:protoc-gen-grpc-java:1.2.0:exe:${os.detected.classifier}
+ io.grpc:protoc-gen-grpc-java:1.47.0:exe:${os.detected.classifier}
diff --git a/parent/pom.xml b/parent/pom.xml
index 8c6a55ebe..1c031a7b7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -41,6 +41,7 @@
The processor module needs at least Java 11.
-->
1.8
+ 3.21.2
@@ -234,7 +235,7 @@
com.google.protobuf
protobuf-java
- 3.16.1
+ ${protobuf.version}
org.inferred