GoogleContainerTools / GoogleContainerTools/jib
Version check reports an older release as “new version available”
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Environment**:
- *Jib version:* 3.5.0
- *Build tool:* Maven
- *OS:* Mac Tahoe 26.1
**Description of the issue**:
When using jib-maven-plugin version 3.5.0, the plugin reports that 3.4.6 is a newer version:
```
[INFO] A new version of jib-maven-plugin (3.4.6) is available (currently using 3.5.0). Update your build configuration to use the latest features and fixes!
[INFO] https://github.com/GoogleContainerTools/jib/blob/master/jib-maven-plugin/CHANGELOG.md
[INFO]
[INFO] Please see https://github.com/GoogleContainerTools/jib/blob/master/docs/privacy.md for info on disabling this update check.
```
This is incorrect, because 3.4.6 is older than 3.5.0.
**Expected behavior**:
The plugin should not report an older version as the latest available version.
Contributor guide
Assessment
This issue has not been assessed yet.