summaryrefslogtreecommitdiffstats
path: root/springboot/springboot25
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-03-09 10:10:31 -0500
committerDan Timoney <dtimoney@att.com>2023-03-09 10:10:31 -0500
commit7061ca22c0b2833784f6c9b1e3c55ea3a67b42ca (patch)
treea266bd995bc6ac0cc6946a379eaf4b35117a6bc8 /springboot/springboot25
parentf51026a9a85da877f0602340456851bf833a0ecc (diff)
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 <dtimoney@att.com> Change-Id: Ib76fba09bfd965d115d2697536f7aefef7ed5ff7
Diffstat (limited to 'springboot/springboot25')
-rw-r--r--springboot/springboot25/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<apache.httpcomponents.client.version>4.5.13</apache.httpcomponents.client.version>
<derby.version>10.14.2.0</derby.version>
<eelf.version>1.0.0</eelf.version>
- <grpc.version>1.25.0</grpc.version>
+ <grpc.version>1.29.0</grpc.version>
<netty-ssl>2.0.50.Final</netty-ssl>
<protobuff.java.version>3.10.0</protobuff.java.version>
<protobuff.java.utils.version>3.10.0</protobuff.java.utils.version>