forked from TuxCoding/FastLogin
Update HikariCP
This commit is contained in:
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -25,8 +25,3 @@ updates:
|
|||||||
# Plugin require special evaluation about their compatibility
|
# Plugin require special evaluation about their compatibility
|
||||||
- "com.lenis0012.bukkit:loginsecurity"
|
- "com.lenis0012.bukkit:loginsecurity"
|
||||||
- "com.comphenix.protocol:ProtocolLib"
|
- "com.comphenix.protocol:ProtocolLib"
|
||||||
|
|
||||||
ignore:
|
|
||||||
# HikariCP dropped Java 8 support with 5.0
|
|
||||||
- dependency-name: "com.zaxxer:HikariCP"
|
|
||||||
update-types: ["version-update:semver-major"]
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -48,7 +48,7 @@
|
|||||||
<!-- Set default for non-git clones -->
|
<!-- Set default for non-git clones -->
|
||||||
<git.commit.id>Unknown</git.commit.id>
|
<git.commit.id>Unknown</git.commit.id>
|
||||||
|
|
||||||
<maven.compiler.release>8</maven.compiler.release>
|
<maven.compiler.release>11</maven.compiler.release>
|
||||||
|
|
||||||
<lombook.version>1.18.32</lombook.version>
|
<lombook.version>1.18.32</lombook.version>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user