@@ -5,7 +5,7 @@ plugins {
55}
66
77group ' xyz.theprogramsrc'
8- version ' 5.3.1 '
8+ version ' 5.3.2 '
99description ' The best way to create a plugin'
1010
1111repositories {
@@ -28,21 +28,21 @@ dependencies {
2828 compileOnly ' org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT'
2929 compileOnly ' net.md-5:bungeecord-api:1.17-R0.1-SNAPSHOT'
3030
31- implementation ' com.github.cryptomorin:XSeries:8.4 .0'
31+ implementation ' com.github.cryptomorin:XSeries:8.6 .0'
3232 implementation ' org.slf4j:slf4j-nop:1.7.32'
3333 implementation ' org.slf4j:slf4j-api:1.7.32'
3434 implementation ' commons-io:commons-io:2.11.0'
3535 implementation ' com.google.code.gson:gson:2.8.9'
3636 implementation ' me.carleslc.Simple-YAML:Simple-Yaml:1.7.2'
3737 implementation ' com.zaxxer:HikariCP:3.3.1'
3838 compileOnly ' org.xerial:sqlite-jdbc:3.36.0.2'
39- implementation ' org.apache.logging.log4j:log4j-api:2.14 .1'
40- compileOnly ' org.apache.logging.log4j:log4j-core:2.14 .1'
41- implementation ' net.lingala.zip4j:zip4j:2.9.0 '
39+ implementation ' org.apache.logging.log4j:log4j-api:2.17 .1'
40+ compileOnly ' org.apache.logging.log4j:log4j-core:2.17 .1'
41+ implementation ' net.lingala.zip4j:zip4j:2.9.1 '
4242 compileOnly ' me.clip:placeholderapi:2.10.9'
4343 implementation ' org.jetbrains:annotations:23.0.0'
4444
45- testImplementation ' org.junit.jupiter:junit-jupiter:5.8.1 '
45+ testImplementation ' org.junit.jupiter:junit-jupiter:5.8.2 '
4646}
4747
4848test {
0 commit comments