From a4eec19f532b98086bc49e205aaa3fe9a808b744 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 31 Aug 2023 13:19:17 +0200 Subject: [PATCH] [ci-skip] Fix dependency name --- .github/dependabot.yml | 4 ++-- bukkit/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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