Skip to content

Guava version mismatch in 2.4.4 #1440

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

Open
YutaHiguchi-bsn opened this issue Dec 30, 2024 · 0 comments
Open

Guava version mismatch in 2.4.4 #1440

YutaHiguchi-bsn opened this issue Dec 30, 2024 · 0 comments
Assignees

Comments

@YutaHiguchi-bsn
Copy link

Looking at 2.4.4 diff, I noticed there seems to be some discrepancy in guava version

One part declares it to be 33.1.0-jre

<name>Google Guava</name>
<description>Google Guava.</description>
<version>33.1</version>
<release>0-jre</release>

While other seems to declare is 33.0.0-jre

<maven>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
</maven>

I don't know if there's any practical impact, just something noticed while inspecting the changes.

@thboileau thboileau self-assigned this Jan 18, 2025
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

No branches or pull requests

2 participants