forked from TuxCoding/FastLogin
[ci-skip] Fix dependency name
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -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
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user