[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: exclude-patterns:
# Create single PR for these # Create single PR for these
# Plugin require special evaluation about their compatibility # Plugin require special evaluation about their compatibility
- "loginsecurity" - "com.lenis0012.bukkit:loginsecurity"
- "ProtocolLib" - "com.comphenix.protocol:ProtocolLib"
ignore: ignore:
# HikariCP dropped Java 8 support with 5.0 # HikariCP dropped Java 8 support with 5.0

View File

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