Commit cd298af 1 parent e19477a commit cd298af Copy full SHA for cd298af
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
compileOnly ' org.projectlombok:lombok:1.18.32'
17
17
compileOnly ' commons-io:commons-io:2.16.0'
18
18
compileOnly ' org.json:json:20240303'
19
- compileOnly ' de.themoep :minedown-adventure :1.7.2-SNAPSHOT '
19
+ compileOnly ' net.william278 :minedown:1.8.2 '
20
20
compileOnly ' de.exlll:configlib-yaml:4.5.0'
21
21
compileOnly ' com.zaxxer:HikariCP:5.1.0'
22
22
compileOnly ' net.william278:DesertWell:2.0.4'
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ plugins {
5
5
dependencies {
6
6
api ' commons-io:commons-io:2.16.0'
7
7
api ' org.apache.commons:commons-text:1.11.0'
8
- api ' de.themoep :minedown-adventure :1.7.2-SNAPSHOT '
8
+ api ' net.william278 :minedown:1.8.2 '
9
9
api ' org.json:json:20240303'
10
10
api ' com.google.code.gson:gson:2.10.1'
11
11
api ' com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
12
12
api ' de.exlll:configlib-yaml:4.5.0'
13
+ api ' net.william278:paginedown:1.1.2'
13
14
api ' net.william278:DesertWell:2.0.4'
14
- api ' net.william278:PagineDown:1.1'
15
15
api(' com.zaxxer:HikariCP:5.1.0' ) {
16
16
exclude module : ' slf4j-api'
17
17
}
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ plugin_version=3.4.1
7
7
plugin_archive =husksync
8
8
plugin_description =A modern, cross-server player data synchronization system
9
9
10
- jedis_version =5.1.0
10
+ jedis_version =5.1.2
11
11
mysql_driver_version =8.3.0
12
- mariadb_driver_version =3.3.2
13
- postgres_driver_version =42.7.2
14
- mongodb_driver_version =5.0.0
12
+ mariadb_driver_version =3.3.3
13
+ postgres_driver_version =42.7.3
14
+ mongodb_driver_version =5.0.1
15
15
snappy_version =1.1.10.5
You can’t perform that action at this time.
0 commit comments