Skip to content

Commit fe4b919

Browse files
authored
fix: google-auth-library-oauth2-http is runtime scope (#911)
Fixing googleapis/java-monitoring@1cb4d71
1 parent 6ded514 commit fe4b919

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java-monitoring/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-monitoring:3.3.6'
60+
implementation 'com.google.cloud:google-cloud-monitoring:3.4.0'
6161
```
6262

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

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.6"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.4.0"
6767
```
6868

6969
## Authentication

java-monitoring/google-cloud-monitoring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.auth</groupId>
8181
<artifactId>google-auth-library-oauth2-http</artifactId>
82-
<scope>test</scope>
82+
<scope>runtime</scope>
8383
</dependency>
8484
<!-- Need testing utility classes for generated gRPC clients tests -->
8585
<dependency>

0 commit comments

Comments
 (0)