Bump dependencies

This commit is contained in:
Ben Woo 2023-09-07 10:21:21 +08:00
parent 0c3d529285
commit a292c1bf7d
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -87,7 +87,7 @@ configurations {
} }
dependencies { dependencies {
serverApi 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT' serverApi 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'
// Economy // Economy
externalPlugin('com.github.MilkBowl:VaultAPI:1.7.1') { externalPlugin('com.github.MilkBowl:VaultAPI:1.7.1') {
@ -116,7 +116,7 @@ dependencies {
} }
shadowed 'de.themoep.idconverter:mappings:1.2-SNAPSHOT' shadowed 'de.themoep.idconverter:mappings:1.2-SNAPSHOT'
shadowed 'org.bstats:bstats-bukkit:2.2.1' shadowed 'org.bstats:bstats-bukkit:2.2.1'
shadowed 'net.minidev:json-smart:2.4.8' shadowed 'net.minidev:json-smart:2.4.9'
shadowed 'org.jetbrains:annotations:22.0.0' shadowed 'org.jetbrains:annotations:22.0.0'
shadowed 'io.papermc:paperlib:1.0.8' shadowed 'io.papermc:paperlib:1.0.8'
@ -131,7 +131,7 @@ dependencies {
testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'
// Old Tests // Old Tests
oldTestImplementation 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT' oldTestImplementation 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
oldTestImplementation('com.googlecode.json-simple:json-simple:1.1.1') { oldTestImplementation('com.googlecode.json-simple:json-simple:1.1.1') {
exclude group: 'junit', module: 'junit' exclude group: 'junit', module: 'junit'
} }