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

Commit 7738a3f

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-shell to v2.1.6 (#132)
* chore(deps): update dependency com.google.cloud:google-cloud-shell to v2.1.6 * 🦉 Updates from OwlBot 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 d537a4b commit 7738a3f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

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

2525
```
2626

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

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-shell:2.1.5'
30+
implementation 'com.google.cloud:google-cloud-shell:2.1.6'
3131
```
3232

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

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.5"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.6"
3737
```
3838

3939
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-shell</artifactId>
32-
<version>2.1.5</version>
32+
<version>2.1.6</version>
3333
</dependency>
3434
<!-- [END shell_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-shell</artifactId>
31-
<version>2.1.5</version>
31+
<version>2.1.6</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-shell</artifactId>
31-
<version>2.1.5</version>
31+
<version>2.1.6</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)