From: Dan Timoney Date: Thu, 9 Mar 2023 15:10:31 +0000 (-0500) Subject: Update GRPC version to 1.29.0 X-Git-Tag: 2.5.4~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7061ca22c0b2833784f6c9b1e3c55ea3a67b42ca;hp=f51026a9a85da877f0602340456851bf833a0ecc;p=ccsdk%2Fparent.git 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 --- 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