Major Changes
- Fixed the bug introduced in 3.1 that constructs a wrong Java runtime classpath when two dependencies have the same artifact ID and version but different group IDs. The bug occurs only when using Java 9+ or setting
jib.container.expandClasspathDependencies
. (#3331)
See CHANGELOG.md for more details.