diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f5833839..18073415 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,8 +23,8 @@ updates: exclude-patterns: # Create single PR for these # Plugin require special evaluation about their compatibility - - "loginsecurity" - - "ProtocolLib" + - "com.lenis0012.bukkit:loginsecurity" + - "com.comphenix.protocol:ProtocolLib" ignore: # HikariCP dropped Java 8 support with 5.0 diff --git a/bukkit/pom.xml b/bukkit/pom.xml index fcddf035..56533ef1 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -207,7 +207,7 @@ com.comphenix.protocol ProtocolLib - 5.0.0 + 5.1.0 provided