Skip to content
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

Fix #661: Polish google-api-client and guava versions #662

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

banterCZ
Copy link
Member

@banterCZ banterCZ commented Sep 4, 2023

  • update google-api-client to 1.35.2
  • drop explicit guava declaration

- update google-api-client to 1.35.2
- drop explicit guava declaration
<pushy.version>0.15.2</pushy.version>
<springdoc-openapi.version>1.6.14</springdoc-openapi.version>
<google-api-client.version>1.35.1</google-api-client.version>
<google-api-client.version>1.35.2</google-api-client.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

The latest patch for 1.x.x, let's postpone the upgrade to 2.2.0 for the next release.

@@ -74,10 +74,9 @@
<powerauth-crypto.version>1.5.0-SNAPSHOT</powerauth-crypto.version>

<!-- Library Versions -->
<guava.version>31.1-jre</guava.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Obsolete declaration, most probably to override some CVE. Transitive dependency of google-api-client anyway.

Copy link
Member

@romanstrobl romanstrobl left a comment

Choose a reason for hiding this comment

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

Nice improvement.

@banterCZ banterCZ merged commit b8b0ba0 into develop Sep 4, 2023
5 checks passed
@banterCZ banterCZ deleted the issues/661-google-api-client-version branch September 4, 2023 08:48
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.

2 participants