-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Description
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
restlet-framework-java/libraries/com.google.guava_33.1/library.xml
Lines 10 to 14 in 0f7d8f9
<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