We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12678ce commit 5642a04Copy full SHA for 5642a04
clients/google-api-services-chat/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
<dependency>
23
<groupId>com.google.apis</groupId>
24
<artifactId>google-api-services-chat</artifactId>
25
- <version>v1-rev20250501-2.0.0</version>
+ <version>v1-rev20250508-2.0.0</version>
26
</dependency>
27
</dependencies>
28
</project>
@@ -35,7 +35,7 @@ repositories {
35
mavenCentral()
36
}
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-chat:v1-rev20250501-2.0.0'
+ implementation 'com.google.apis:google-api-services-chat:v1-rev20250508-2.0.0'
39
40
```
41
0 commit comments