Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 13351d4

Browse files
Release 1.25.0/0.42.0 (#528)
1 parent a3b22b8 commit 13351d4

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@ If you are using Maven, add this to your pom.xml file
3232
<dependency>
3333
<groupId>com.google.api</groupId>
3434
<artifactId>gax</artifactId>
35-
<version>1.24.0</version>
35+
<version>1.25.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.google.api</groupId>
3939
<artifactId>gax-grpc</artifactId>
40-
<version>1.24.0</version>
40+
<version>1.25.0</version>
4141
</dependency>
4242
```
4343

4444
If you are using Gradle, add this to your dependencies
4545

4646
```Groovy
47-
compile 'com.google.api:gax:1.24.0',
48-
'com.google.api:gax-grpc:1.24.0'
47+
compile 'com.google.api:gax:1.25.0',
48+
'com.google.api:gax-grpc:1.25.0'
4949
```
5050

5151
If you are using SBT, add this to your dependencies
5252

5353
```Scala
54-
libraryDependencies += "com.google.api" % "gax" % "1.24.0"
55-
libraryDependencies += "com.google.api" % "gax-grpc" % "1.24.0"
54+
libraryDependencies += "com.google.api" % "gax" % "1.25.0"
55+
libraryDependencies += "com.google.api" % "gax-grpc" % "1.25.0"
5656
```
5757

5858
[//]: # (/_QUICKSTART_ WARNING: This section is automatically inserted by build scripts)

gax-grpc/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.1-SNAPSHOT
1+
1.25.0

gax-httpjson/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.41.1-SNAPSHOT
1+
0.42.0

gax/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.1-SNAPSHOT
1+
1.25.0

samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<groupId>com.google.api</groupId>
1515
<artifactId>gax</artifactId>
1616
<!-- WARNING this is automatically populated by a build script, don't update manually -->
17-
<version>1.24.0</version>
17+
<version>1.25.0</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.api</groupId>
2121
<artifactId>gax-grpc</artifactId>
2222
<!-- WARNING this is automatically populated by a build script, don't update manually -->
23-
<version>1.24.0</version>
23+
<version>1.25.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.auto.value</groupId>

0 commit comments

Comments
 (0)