diff --git a/Compatibility/pom.xml b/Compatibility/pom.xml index 8bf0fe45..ca7be1d9 100644 --- a/Compatibility/pom.xml +++ b/Compatibility/pom.xml @@ -44,7 +44,7 @@ com.github.cryptomorin XSeries - 9.10.0 + 10.0.0 compile diff --git a/Core/src/main/java/com/craftaro/core/SongodaPlugin.java b/Core/src/main/java/com/craftaro/core/SongodaPlugin.java index 749efbd9..2e362798 100644 --- a/Core/src/main/java/com/craftaro/core/SongodaPlugin.java +++ b/Core/src/main/java/com/craftaro/core/SongodaPlugin.java @@ -124,7 +124,7 @@ public abstract class SongodaPlugin extends JavaPlugin { dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;h2database", "h2", "1.4.200", false, new Relocation("org;h2", "com;craftaro;third_party;org;h2")) // Custom relocation if the package names not match with the groupId ); - dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;github;cryptomorin", "XSeries", "9.10.0", false, + dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;github;cryptomorin", "XSeries", "10.0.0", false, new Relocation("com;cryptomorin;xseries", "com;craftaro;third_party;com;cryptomorin;xseries")) // Custom relocation if the package names not match with the groupId );