Update some dependencies

This commit is contained in:
Luck 2020-06-10 20:41:39 +01:00
parent f10f60e27f
commit 0bef0902c0
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
5 changed files with 24 additions and 24 deletions

View File

@ -11,7 +11,7 @@ dependencies {
compile project(':common') compile project(':common')
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT' compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bukkit:3.0.3' compileOnly 'net.kyori:text-adapter-bukkit:3.0.5'
compileOnly 'me.lucko:commodore:1.7' compileOnly 'me.lucko:commodore:1.7'
compileOnly('net.milkbowl.vault:VaultAPI:1.6') { compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
exclude(module: 'bukkit') exclude(module: 'bukkit')

View File

@ -6,7 +6,7 @@ dependencies {
compile project(':common') compile project(':common')
compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT' compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bungeecord:3.0.3' compileOnly 'net.kyori:text-adapter-bungeecord:3.0.4'
compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4' compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4'
// migration plugins // migration plugins

View File

@ -2,13 +2,13 @@ dependencies {
compile project(':api') compile project(':api')
compile 'org.checkerframework:checker-qual:2.5.5' compile 'org.checkerframework:checker-qual:2.5.5'
compile('net.kyori:text-api:3.0.3') { compile('net.kyori:text-api:3.0.4') {
exclude(module: 'checker-qual') exclude(module: 'checker-qual')
} }
compile('net.kyori:text-serializer-legacy:3.0.3') { compile('net.kyori:text-serializer-legacy:3.0.4') {
exclude(module: 'text-api') exclude(module: 'text-api')
} }
compile('net.kyori:text-serializer-gson:3.0.3') { compile('net.kyori:text-serializer-gson:3.0.4') {
exclude(module: 'text-api') exclude(module: 'text-api')
exclude(module: 'gson') exclude(module: 'gson')
} }
@ -18,7 +18,7 @@ dependencies {
} }
compile 'com.google.code.gson:gson:2.7' compile 'com.google.code.gson:gson:2.7'
compile 'com.google.guava:guava:19.0' compile 'com.google.guava:guava:19.0'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile 'com.github.ben-manes.caffeine:caffeine:2.8.4'
compile 'com.squareup.okhttp3:okhttp:3.14.7' compile 'com.squareup.okhttp3:okhttp:3.14.7'
compile 'com.squareup.okio:okio:1.17.5' compile 'com.squareup.okio:okio:1.17.5'
compile 'net.bytebuddy:byte-buddy:1.10.9' compile 'net.bytebuddy:byte-buddy:1.10.9'
@ -35,7 +35,7 @@ dependencies {
compile('me.lucko.configurate:configurate-toml:3.5') { compile('me.lucko.configurate:configurate-toml:3.5') {
exclude(module: 'toml4j') exclude(module: 'toml4j')
} }
compile 'com.zaxxer:HikariCP:3.4.2' compile 'com.zaxxer:HikariCP:3.4.5'
compile 'redis.clients:jedis:3.3.0' compile 'redis.clients:jedis:3.3.0'
compile 'org.mongodb:mongo-java-driver:3.12.2' compile 'org.mongodb:mongo-java-driver:3.12.2'
compile 'org.yaml:snakeyaml:1.23' compile 'org.yaml:snakeyaml:1.23'

View File

@ -63,43 +63,43 @@ public enum Dependency {
TEXT( TEXT(
"net{}kyori", "net{}kyori",
"text-api", "text-api",
"3.0.3", "3.0.4",
"/EP/woKCSL0wKQ59zrGx6xPrByI9tY9BPHklf5NNHws=", "qJCoD0fTnRhI0EpqdiLAT9QH5gIyY8aNw4Exe/gTWm0=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
TEXT_SERIALIZER_GSON( TEXT_SERIALIZER_GSON(
"net{}kyori", "net{}kyori",
"text-serializer-gson", "text-serializer-gson",
"3.0.3", "3.0.4",
"WmOA7vIcGR679MQxIe6Bw7gbWxUEpGabwKsAumzHApw=", "pes03k1/XKS9OpiK+xqVmk+lXSJIsCEkkg3g36PV65A=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
TEXT_SERIALIZER_LEGACY( TEXT_SERIALIZER_LEGACY(
"net{}kyori", "net{}kyori",
"text-serializer-legacy", "text-serializer-legacy",
"3.0.3", "3.0.4",
"Ug2Ji/0FWxKLUssfOgkIZ2UWcAptdTm8KxM8ObAoNIU=", "1ZYqzZ7zhnN2AyU/n/NeRQv0A9R01j/gX1Uq/nE02SI=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
TEXT_ADAPTER_BUKKIT( TEXT_ADAPTER_BUKKIT(
"net{}kyori", "net{}kyori",
"text-adapter-bukkit", "text-adapter-bukkit",
"3.0.3", "3.0.5",
"K1ib03ajCNm7CkVjX42o+Mg6M+eUaAfo29CBvfu+++o=", "cXA/7PDtnWpd8l7H4AEhP/3Z/WRNiFhDSqKbqO/1+ig=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
TEXT_ADAPTER_BUNGEECORD( TEXT_ADAPTER_BUNGEECORD(
"net{}kyori", "net{}kyori",
"text-adapter-bungeecord", "text-adapter-bungeecord",
"3.0.3", "3.0.5",
"klLpz+PWAoZzR+nyxUu6ohFKtrGya8tq/lWU6GfSVGY=", "+yU9AB1mG5wTAFeZc6zArs67loFz00w8VqE34QCjCdw=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
TEXT_ADAPTER_SPONGEAPI( TEXT_ADAPTER_SPONGEAPI(
"net{}kyori", "net{}kyori",
"text-adapter-spongeapi", "text-adapter-spongeapi",
"3.0.3", "3.0.5",
"tRHQOThbp3ECZB0WbrgPZdKmvNA28K9bBwoshGWpTFQ=", "/plXxpvDwqYECq+0saN13Y/Qf6F7GthJPc/hjR7SL5s=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
EVENT( EVENT(
@ -112,8 +112,8 @@ public enum Dependency {
CAFFEINE( CAFFEINE(
"com{}github{}ben-manes{}caffeine", "com{}github{}ben-manes{}caffeine",
"caffeine", "caffeine",
"2.8.1", "2.8.4",
"H2fbGQaw2xx+DXnAv+NH+wTwSWCYgymUZUsS73nfoak=", "KV9YN5gQj6b507VJApJpPF5PkCon0DZqAi0T7Ln0lag=",
Relocation.of("caffeine", "com{}github{}benmanes{}caffeine") Relocation.of("caffeine", "com{}github{}benmanes{}caffeine")
), ),
OKIO( OKIO(
@ -187,8 +187,8 @@ public enum Dependency {
HIKARI( HIKARI(
"com{}zaxxer", "com{}zaxxer",
"HikariCP", "HikariCP",
"3.4.2", "3.4.5",
"rnp2e/N8l5JSPtPtcitG6M8jYPVG9iUOuYyDNVrWl/k=", "i3MvlHBXDUqEHcHvbIJrWGl4sluoMHEv8fpZ3idd+mE=",
Relocation.of("hikari", "com{}zaxxer{}hikari") Relocation.of("hikari", "com{}zaxxer{}hikari")
), ),
SLF4J_SIMPLE( SLF4J_SIMPLE(

View File

@ -25,7 +25,7 @@ dependencies {
exclude(module: 'configurate-gson') exclude(module: 'configurate-gson')
exclude(module: 'configurate-yaml') exclude(module: 'configurate-yaml')
} }
compileOnly 'net.kyori:text-adapter-spongeapi:3.0.3' compileOnly 'net.kyori:text-adapter-spongeapi:3.0.4'
} }
blossom { blossom {