[ci-skip] Fix dependency name

This commit is contained in:
games647
2023-08-31 13:19:17 +02:00
parent 32eda941ee
commit a4eec19f53
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -207,7 +207,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>