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

build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.1 #440

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Jul 1, 2022
commit 43ac390a8b7938a8f70f2fa7a36ba3d91488468c
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-functions</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-functions:2.4.1'
implementation 'com.google.cloud:google-cloud-functions:2.4.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.1"
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.2"
```

## Authentication
Expand Down