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

Commit 396db8d

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 (#196)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 15b58aa commit 396db8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-gsuite-addons</artifactId>
22-
<version>2.1.7</version>
22+
<version>2.1.8</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-gsuite-addons:2.1.7'
29+
implementation 'com.google.cloud:google-cloud-gsuite-addons:2.1.8'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.1.7"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.1.8"
3636
```
3737

3838
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.cloud</groupId>
8383
<artifactId>google-cloud-shared-dependencies</artifactId>
84-
<version>2.7.0</version>
84+
<version>2.8.0</version>
8585
<type>pom</type>
8686
<scope>import</scope>
8787
</dependency>

0 commit comments

Comments
 (0)