]> source.dussan.org Git - pf4j.git/commitdiff
Upgrade Java SemVer to 0.10.2 (#560)
authorJohn Niang <johnniang@foxmail.com>
Mon, 29 Jan 2024 18:10:36 +0000 (02:10 +0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 18:10:36 +0000 (20:10 +0200)
pf4j/pom.xml
pf4j/src/main/java/module-info.java

index 03a46f20146c06c189011a454c3a6618860749ab..a0d1155d6b0605b9a90754a5227ab3011b2022b2 100644 (file)
         <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>
index 340e9c937d5aabc6fc297938a5a4341e892b5099..322d19b62726276c827ed3859aebf554b67edcad 100644 (file)
@@ -34,7 +34,7 @@ module org.pf4j {
     // 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.