Skip to content

Commit cd298af

Browse files
committed
deps: bump deps, update MineDown, close #270
1 parent e19477a commit cd298af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bukkit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
compileOnly 'org.projectlombok:lombok:1.18.32'
1717
compileOnly 'commons-io:commons-io:2.16.0'
1818
compileOnly 'org.json:json:20240303'
19-
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
19+
compileOnly 'net.william278:minedown:1.8.2'
2020
compileOnly 'de.exlll:configlib-yaml:4.5.0'
2121
compileOnly 'com.zaxxer:HikariCP:5.1.0'
2222
compileOnly 'net.william278:DesertWell:2.0.4'

common/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ plugins {
55
dependencies {
66
api 'commons-io:commons-io:2.16.0'
77
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'
99
api 'org.json:json:20240303'
1010
api 'com.google.code.gson:gson:2.10.1'
1111
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2'
1212
api 'de.exlll:configlib-yaml:4.5.0'
13+
api 'net.william278:paginedown:1.1.2'
1314
api 'net.william278:DesertWell:2.0.4'
14-
api 'net.william278:PagineDown:1.1'
1515
api('com.zaxxer:HikariCP:5.1.0') {
1616
exclude module: 'slf4j-api'
1717
}

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ plugin_version=3.4.1
77
plugin_archive=husksync
88
plugin_description=A modern, cross-server player data synchronization system
99

10-
jedis_version=5.1.0
10+
jedis_version=5.1.2
1111
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
1515
snappy_version=1.1.10.5

0 commit comments

Comments
 (0)