Skip to content

[Snyk] Upgrade com.google.oauth-client:google-oauth-client-jetty from 1.20.0 to 1.39.0#1

Open
orbuskila wants to merge 1 commit intomasterfrom
snyk-upgrade-90b566fd969fd2c57bd5304d336a236e
Open

[Snyk] Upgrade com.google.oauth-client:google-oauth-client-jetty from 1.20.0 to 1.39.0#1
orbuskila wants to merge 1 commit intomasterfrom
snyk-upgrade-90b566fd969fd2c57bd5304d336a236e

Conversation

@orbuskila
Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade com.google.oauth-client:google-oauth-client-jetty from 1.20.0 to 1.39.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 36 versions ahead of your current version.

  • The recommended version was released 10 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Privilege Escalation
SNYK-JAVA-ORGMORTBAYJETTY-1021919
711 Proof of Concept
high severity Path Traversal
SNYK-JAVA-ORGMORTBAYJETTY-6243615
711 Proof of Concept
medium severity Cryptographic Issues
SNYK-JAVA-ORGMORTBAYJETTY-173762
711 No Known Exploit

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

….20.0 to 1.39.0

Snyk has created this PR to upgrade com.google.oauth-client:google-oauth-client-jetty from 1.20.0 to 1.39.0.

See this package in maven:
com.google.oauth-client:google-oauth-client-jetty

See this project in Snyk:
https://app.snyk.io/org/or-QuUsyZrbWBirP6ZihBbkNA/project/e5a72a5e-f907-4048-814f-0bdc1e354b52?utm_source=github&utm_medium=referral&page=upgrade-pr
Copilot AI review requested due to automatic review settings January 10, 2026 15:56
@snyk-io
Copy link
Copy Markdown

snyk-io bot commented Jan 10, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the Google OAuth Client Jetty library from version 1.20.0 to 1.39.0 to address three security vulnerabilities in the transitive Jetty dependency: two high-severity issues (Privilege Escalation and Path Traversal) and one medium-severity Cryptographic Issues vulnerability.

Changes:

  • Updated project.oauth.version from 1.20.0 to 1.39.0
  • Changed empty <compilerArgument></compilerArgument> tag to self-closing <compilerArgument/> tag

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 86 to 87
<source>1.6</source>
<target>1.6</target>
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project is configured to compile with Java 1.6 source and target versions, but google-oauth-client-jetty version 1.39.0 requires Java 7 or higher. This will likely cause compilation failures. You need to update the source and target versions to at least 1.7 to be compatible with the upgraded dependency.

Copilot uses AI. Check for mistakes.
@@ -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>
Copy link

Copilot AI Jan 10, 2026

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.

Suggested change
<project.http.version>1.20.0</project.http.version>
<project.http.version>1.39.0</project.http.version>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants