Skip to content

Commit 4fa6b52

Browse files
committed
Update to 4.0.3
1 parent 3b8bd96 commit 4fa6b52

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Artifact Information:
3434
<dependency>
3535
<groupId>me.chancesd.pvpmanager</groupId>
3636
<artifactId>pvpmanager</artifactId>
37-
<version>4.0.2</version>
37+
<version>4.0.3</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<sonar.organization>chancesd</sonar.organization>
1313
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
14-
<revision>4.0.2</revision>
14+
<revision>4.0.3</revision>
1515
</properties>
1616

1717
<distributionManagement>

pvpmanager/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'me.chancesd.pvpmanager'
9-
version = '4.0.0'
9+
version = '4.0.3'
1010
description = 'A powerful plugin to manage various PvP combat features'
1111

1212
dependencies {
@@ -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'
@@ -69,7 +69,7 @@ ext {
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 {
9999
test {
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

Comments
 (0)