From 33e615f0f134cd59d0f48428408dc3de6713300c Mon Sep 17 00:00:00 2001 From: Greymagic27 <46166848+Greymagic27@users.noreply.github.com> Date: Sun, 7 Aug 2022 22:19:46 +0100 Subject: [PATCH] Updated dependencies to fix hovering over subskills for 1.19.2 (#4814) * Updated dependencies that should fix the issue * Updated spigotmc version * Updated rest of dependencies * Updated dependencies that fix the issue. Investigating what dependency update breaks compiling. * Found the dependency that caused the compile issue, so have not updated that one --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 70ce15b69..dd93c9e9a 100755 --- a/pom.xml +++ b/pom.xml @@ -279,12 +279,12 @@ net.kyori adventure-platform-bukkit - 4.1.1 + 4.1.2 net.kyori adventure-platform-api - 4.1.1 + 4.1.2 org.apache.maven.scm @@ -300,7 +300,7 @@ org.spigotmc spigot-api - 1.19-R0.1-SNAPSHOT + 1.19.2-R0.1-SNAPSHOT provided @@ -330,7 +330,7 @@ org.junit.jupiter junit-jupiter - 5.9.0-RC1 + 5.9.0 test @@ -348,7 +348,7 @@ org.apache.tomcat tomcat-jdbc - 10.1.0-M16 + 10.1.0-M17 compile