From 7061ca22c0b2833784f6c9b1e3c55ea3a67b42ca Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 9 Mar 2023 10:10:31 -0500 Subject: Update GRPC version to 1.29.0 Version 1.25.0 of grpc does not support Apple silicon, causing local builds to fail on newer Macbooks. This is resolved in verson 1.29.0 Issue-ID: CCSDK-3860 Signed-off-by: Dan Timoney Change-Id: Ib76fba09bfd965d115d2697536f7aefef7ed5ff7 --- springboot/springboot26/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'springboot/springboot26') diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index 94ee423e..db5e85fd 100644 --- a/springboot/springboot26/pom.xml +++ b/springboot/springboot26/pom.xml @@ -123,7 +123,7 @@ 4.5.13 10.14.2.0 1.0.0 - 1.25.0 + 1.29.0 2.0.50.Final 3.10.0 3.10.0 -- cgit