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

Commit da91ff1

Browse files
fix: google-auth-library-oauth2-http is runtime scope (#727)
* fix: google-auth-library-oauth2-http is runtime scope * 🦉 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 74166c5 commit da91ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-websecurityscanner'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.0'
59+
implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.2.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.2.1"
6666
```
6767

6868
## Authentication

google-cloud-websecurityscanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.google.auth</groupId>
9191
<artifactId>google-auth-library-oauth2-http</artifactId>
92-
<scope>test</scope>
92+
<scope>runtime</scope>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)