<dependency>
<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
- <version>0.9.0</version>
+ <version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
// The java-semver library currently does not provide a module.
// Maybe we should send them a pull request, that at least they provide an
// automatic module name in their MANIFEST file.
- requires java.semver;
+ requires com.github.zafarkhaja.semver;
// Maybe we should reconsider the package hierarchy, that only classes are
// exported, which are required by 3rd party developers.