Skip to content

Commit

Permalink
Merge pull request #38 from AnuGayan/master
Browse files Browse the repository at this point in the history
Update grpc version to 1.44.1
  • Loading branch information
senthuran16 authored Mar 22, 2022
2 parents c575a86 + 5bb5906 commit 04ac704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
<version>5</version>
<version>5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down Expand Up @@ -217,11 +217,11 @@
</build>
<properties>
<grpc.version.range>[1.22.1, 1.23.0)</grpc.version.range>
<com.protobuf.version.range>[3.7.1,3.9.2)</com.protobuf.version.range>
<com.protobuf.version.range>[3.7.1,3.20.0)</com.protobuf.version.range>
<guava.version.range>[26.0-android, 27.0-android)</guava.version.range>
<commons.lang3.version>3.9</commons.lang3.version>
<testng.version>6.11</testng.version>
<grpc.version>1.22.1</grpc.version>
<grpc.version>1.44.1</grpc.version>
<mavan.findbugsplugin.exclude.file>findbugs-exclude.xml</mavan.findbugsplugin.exclude.file>
<siddhi.version>5.1.21</siddhi.version>
<siddhi.version.range>[5.0.0,6.0.0)</siddhi.version.range>
Expand Down

0 comments on commit 04ac704

Please sign in to comment.