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.
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-jrerestlet-framework-java/libraries/com.google.guava_33.1/library.xml
Lines 2 to 5 in 0f7d8f9
While other seems to declare is
33.0.0-jrerestlet-framework-java/libraries/com.google.guava_33.1/library.xml
Lines 10 to 14 in 0f7d8f9
I don't know if there's any practical impact, just something noticed while inspecting the changes.