From 7061ca22c0b2833784f6c9b1e3c55ea3a67b42ca Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 9 Mar 2023 10:10:31 -0500 Subject: [PATCH] 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 --- dependencies-bom/pom.xml | 2 +- springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml | 2 +- springboot/springboot25/pom.xml | 2 +- springboot/springboot26/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index dc9bed4f..00e387e9 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -101,7 +101,7 @@ io.grpc grpc-bom - 1.25.0 + 1.29.0 pom import diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml index 6f5a65ae..93304de0 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml @@ -123,7 +123,7 @@ ${springboot.httpcomponents.client.version} 10.14.2.0 1.0.0 - 1.25.0 + 1.29.0 ${springboot.netty.ssl.version} 3.10.0 3.10.0 diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index 29fb567e..a062f624 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/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 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 -- 2.16.6