Skip to content

Commit ba2ba35

Browse files
author
Francisco Solis
authored
Updated Dependencies (#21)
1 parent ce246b1 commit ba2ba35

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v5.3.2 Changelog:
2+
```
3+
* Updated Dependencies
4+
```
5+
16
## v5.3.1 Changelog:
27
```
38
* Migration to Gradle

build.gradle

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

77
group 'xyz.theprogramsrc'
8-
version '5.3.1'
8+
version '5.3.2'
99
description 'The best way to create a plugin'
1010

1111
repositories{
@@ -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

4848
test {

0 commit comments

Comments
 (0)