Skip to content

Commit 5c5ef47

Browse files
authored
Update to grpc 1.81.0 and gwt 2.13.0 (#3)
1 parent 0878cea commit 5c5ef47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

grpc-gwt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</parent>
1111

1212
<artifactId>grpc-gwt</artifactId>
13-
<version>1.76.2-3-SNAPSHOT</version>
13+
<version>1.81.0-1-SNAPSHOT</version>
1414
<packaging>gwt-lib</packaging>
1515
<name>gRPC for GWT</name>
1616
<description>
1717
A GWT compatible version of a subset of gRPC-java's api, stub, and protobuf artifacts
1818
</description>
1919

2020
<properties>
21-
<grpc.version>1.76.2</grpc.version>
21+
<grpc.version>1.81.0</grpc.version>
2222

2323
<maven.compiler.source>11</maven.compiler.source>
2424
<maven.compiler.target>11</maven.compiler.target>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.gwtproject</groupId>
5858
<artifactId>gwt</artifactId>
59-
<version>2.12.2</version>
59+
<version>2.13.0</version>
6060
<scope>import</scope>
6161
<type>pom</type>
6262
</dependency>

0 commit comments

Comments
 (0)