Skip to content

Guava version mismatch in 2.4.4 #1440

@YutaHiguchi-bsn

Description

@YutaHiguchi-bsn

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions