-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade com.google.oauth-client:google-oauth-client-jetty from 1.20.0 to 1.39.0 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| <project.youtube.analytics.version>v1-rev63-1.22.0</project.youtube.analytics.version> | ||
| <project.youtube.reporting.version>v1-rev10-1.22.0</project.youtube.reporting.version> | ||
| <project.http.version>1.20.0</project.http.version> | ||
| <project.oauth.version>1.20.0</project.oauth.version> | ||
| <project.oauth.version>1.39.0</project.oauth.version> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| </properties> | ||
|
|
||
|
|
@@ -85,7 +85,7 @@ | |
| <configuration> | ||
| <source>1.6</source> | ||
| <target>1.6</target> | ||
|
Comment on lines
86
to
87
|
||
| <compilerArgument></compilerArgument> | ||
| <compilerArgument/> | ||
| </configuration> | ||
| </plugin> | ||
| </plugins> | ||
|
|
||
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 google-http-client dependency (version 1.20.0) may be incompatible with the upgraded google-oauth-client-jetty (version 1.39.0). According to the Google OAuth Client library compatibility guidelines, version 1.39.0 typically requires google-http-client version 1.39.0 or compatible versions. Consider upgrading project.http.version to 1.39.0 or a compatible version to ensure proper interoperability between these dependencies.