-
Notifications
You must be signed in to change notification settings - Fork 119
Conversation
5a99b2b
to
551d917
Compare
Codecov Report
@@ Coverage Diff @@
## master #1302 +/- ##
============================================
+ Coverage 80.34% 80.38% +0.04%
- Complexity 1331 1332 +1
============================================
Files 210 210
Lines 5682 5685 +3
Branches 519 519
============================================
+ Hits 4565 4570 +5
+ Misses 912 911 -1
+ Partials 205 204 -1
Continue to review full report at Codecov.
|
551d917
to
293e646
Compare
@chingor13 I updated
|
I need to release a new version of the libraries-bom to make the test pass, as Linkage Monitor uses the baseline from the latest release, not from the master branch. |
I released |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version of the auth library breaks the java sample project. Can you check that first?
…java into new_jwt_use_auth
The fix of the libraries bom 19.2.1 was released
follow up PR of googleapis/google-auth-library-java#572
This PR does the following:
(1) added
defaultScopes
getter/setter toGoogleCredentialsProvider
, and letGoogleCredentialsProvider
passes thedefaultScopes
toServiceAccountCredentials
.(2) updated
google-auth-library-java
version