@@ -6,7 +6,7 @@ plugins {
66}
77
88group = ' me.chancesd.pvpmanager'
9- version = ' 4.0.0 '
9+ version = ' 4.0.3 '
1010description = ' A powerful plugin to manage various PvP combat features'
1111
1212dependencies {
@@ -34,11 +34,11 @@ dependencies {
3434 compileOnly ' com.github.cryptomorin:kingdoms:1.16.8.1.1'
3535 compileOnly ' com.github.TechFortress:GriefPrevention:17.0.0'
3636 compileOnly ' com.github.NEZNAMY:TAB-API:5.2.5'
37-
37+
3838 compileOnly ' com.zaxxer:HikariCP:4.0.3'
3939 compileOnly ' org.apache.logging.log4j:log4j-core:2.23.1'
4040
41- implementation ' me.chancesd.sdutils:sdutils:1.3 -SNAPSHOT'
41+ implementation ' me.chancesd.sdutils:sdutils:1.4 -SNAPSHOT'
4242
4343 testImplementation ' org.xerial:sqlite-jdbc:3.46.0.0'
4444 testImplementation ' com.zaxxer:HikariCP:4.0.3'
6969 ' project.groupId' : project. group,
7070 ' project.version' : project. version,
7171 ' project.description' : project. description,
72- ' config.version' : ' 81 ' ,
72+ ' config.version' : ' 201 ' ,
7373 ' database.version' : ' 1'
7474 ]
7575}
@@ -99,7 +99,7 @@ processResources {
9999test {
100100 useJUnitPlatform()
101101 include ' **/*InstanceCreator.class'
102-
102+
103103 // Configure Mockito as Java agent to avoid warnings (Java 21+ compatibility)
104104 jvmArgs(" -javaagent:${ configurations.testRuntimeClasspath.find { it.name.contains('mockito-core') }} " )
105105}
0 commit comments