Update some dependencies

This commit is contained in:
Luck 2019-01-27 22:49:47 +00:00
parent 5db999f995
commit d9912cb93f
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
5 changed files with 31 additions and 30 deletions

View File

@ -58,6 +58,7 @@ subprojects {
repositories { repositories {
//mavenLocal() //mavenLocal()
mavenCentral() mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://repo.lucko.me/' } maven { url 'https://repo.lucko.me/' }
} }
} }

View File

@ -11,7 +11,7 @@ dependencies {
compile project(':common') compile project(':common')
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT' compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
compileOnly'net.kyori:text-adapter-bukkit:1.0.1' compileOnly'net.kyori:text-adapter-bukkit:1.0.2'
compileOnly 'me.lucko:commodore:1.3' compileOnly 'me.lucko:commodore:1.3'
compileOnly('net.milkbowl.vault:VaultAPI:1.6') { compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
exclude(module: 'bukkit') exclude(module: 'bukkit')

View File

@ -5,8 +5,8 @@ plugins {
dependencies { dependencies {
compile project(':common') compile project(':common')
compileOnly 'net.md-5:bungeecord-api:1.12-SNAPSHOT' compileOnly 'net.md-5:bungeecord-api:1.13-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bungeecord:1.0.1' compileOnly 'net.kyori:text-adapter-bungeecord:1.0.2'
compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4' compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4'
// migration plugins // migration plugins

View File

@ -2,7 +2,7 @@ dependencies {
compile project(':luckperms-api') compile project(':luckperms-api')
compile 'org.checkerframework:checker-qual:2.5.5' compile 'org.checkerframework:checker-qual:2.5.5'
compile('net.kyori:text:1.11-1.6.4') { compile('net.kyori:text:1.12-1.6.5') {
exclude(module: 'checker-qual') exclude(module: 'checker-qual')
exclude(module: 'guava') exclude(module: 'guava')
exclude(module: 'gson') exclude(module: 'gson')
@ -14,8 +14,8 @@ 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.6.2' compile 'com.github.ben-manes.caffeine:caffeine:2.6.2'
compile 'com.squareup.okhttp3:okhttp:3.12.0' compile 'com.squareup.okhttp3:okhttp:3.12.1'
compile 'com.squareup.okio:okio:1.16.0' compile 'com.squareup.okio:okio:1.17.2'
compile('me.lucko.configurate:configurate-core:3.5') { compile('me.lucko.configurate:configurate-core:3.5') {
exclude(module: 'guava') exclude(module: 'guava')
} }
@ -29,8 +29,8 @@ 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.2.0' compile 'com.zaxxer:HikariCP:3.3.0'
compile 'redis.clients:jedis:2.9.0' compile 'redis.clients:jedis:2.10.1'
compile 'org.mongodb:mongo-java-driver:3.8.1' compile 'org.mongodb:mongo-java-driver:3.9.1'
compile 'org.yaml:snakeyaml:1.22' compile 'org.yaml:snakeyaml:1.23'
} }

View File

@ -65,15 +65,15 @@ public enum Dependency {
TEXT( TEXT(
"net{}kyori", "net{}kyori",
"text", "text",
"1.11-1.6.4", "1.12-1.6.5",
"V821j+n8AWhAvLhHjfXQ+/4284Gn4oXTYYfLkLjvs8o=", "gcY9BvK2YbqrLR9EZE81UCyRT+c+ZWT5xDqBo6bhVXU=",
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",
"1.0.1", "1.0.2",
"WZp7wCp2+EJC+Q/hxGLh/FJJCrn5Zdi2A1z2hX67jAM=", "jZx0BgSlfyeamadYiE52wlJbQOwSyB4fffPoE526hOk=",
Relocation.of("text", "net{}kyori{}text") Relocation.of("text", "net{}kyori{}text")
), ),
TEXT_ADAPTER_BUNGEECORD( TEXT_ADAPTER_BUNGEECORD(
@ -100,15 +100,15 @@ public enum Dependency {
OKIO( OKIO(
"com{}squareup{}" + RelocationHelper.OKIO_STRING, "com{}squareup{}" + RelocationHelper.OKIO_STRING,
RelocationHelper.OKIO_STRING, RelocationHelper.OKIO_STRING,
"1.16.0", "1.17.2",
"7ASE/xkDZA44RcKxCruZ7/LTIwj/40WeX5IwmkUbnH4=", "+AzkLS/6xHrUxH4db5gNYE0kfOsaiGcFz0WBqwyf4rg=",
Relocation.of(RelocationHelper.OKIO_STRING, RelocationHelper.OKIO_STRING) Relocation.of(RelocationHelper.OKIO_STRING, RelocationHelper.OKIO_STRING)
), ),
OKHTTP( OKHTTP(
"com{}squareup{}" + RelocationHelper.OKHTTP3_STRING, "com{}squareup{}" + RelocationHelper.OKHTTP3_STRING,
"okhttp", "okhttp",
"3.12.0", "3.12.1",
"cXh/LFmeBEHHpEE5g7/dk9QLVuG63F4EE9akxIW6PzU=", "B8PYLKfq9HIvALLagH3Hhg9haa5gz+3PXUAhj5CICkY=",
Relocation.allOf( Relocation.allOf(
Relocation.of(RelocationHelper.OKHTTP3_STRING, RelocationHelper.OKHTTP3_STRING), Relocation.of(RelocationHelper.OKHTTP3_STRING, RelocationHelper.OKHTTP3_STRING),
Relocation.of(RelocationHelper.OKIO_STRING, RelocationHelper.OKIO_STRING) Relocation.of(RelocationHelper.OKIO_STRING, RelocationHelper.OKIO_STRING)
@ -124,8 +124,8 @@ public enum Dependency {
MARIADB_DRIVER( MARIADB_DRIVER(
"org{}mariadb{}jdbc", "org{}mariadb{}jdbc",
"mariadb-java-client", "mariadb-java-client",
"2.2.6", "2.3.0",
"TSj72P1Oojmw75SC9Wznfi7xl6YNUjqO48hOuYT8dv4=", "JvxnswIqboUyO3brtMJplOwaaxHsc0RIMkTE5Q/3nOA=",
Relocation.of("mariadb", "org{}mariadb{}jdbc") Relocation.of("mariadb", "org{}mariadb{}jdbc")
), ),
MYSQL_DRIVER( MYSQL_DRIVER(
@ -153,16 +153,16 @@ public enum Dependency {
SQLITE_DRIVER( SQLITE_DRIVER(
"org.xerial", "org.xerial",
"sqlite-jdbc", "sqlite-jdbc",
"3.23.1", "3.25.2",
"1XCvY2or6Z4gvpUQ+2FaqBmyBZhXst1iWuy/93R2YzE=" "pF2mGr7WFWilM/3s4SUJMYCCjt6w1Lb21XLgz0V0ZfY="
// we don't apply relocations to sqlite - it gets loaded via // we don't apply relocations to sqlite - it gets loaded via
// an isolated classloader // an isolated classloader
), ),
HIKARI( HIKARI(
"com{}zaxxer", "com{}zaxxer",
"HikariCP", "HikariCP",
"3.2.0", "3.3.0",
"sAjeaLvYWBH0tujwhg0JZsastPLnX6vUbsIJRWnL7+s=", "hpK1CDgTul4n8ICT0y12qDIFwT6uzzu9xr8+vrbGrco=",
Relocation.of("hikari", "com{}zaxxer{}hikari") Relocation.of("hikari", "com{}zaxxer{}hikari")
), ),
SLF4J_SIMPLE( SLF4J_SIMPLE(
@ -180,8 +180,8 @@ public enum Dependency {
MONGODB_DRIVER( MONGODB_DRIVER(
"org.mongodb", "org.mongodb",
"mongo-java-driver", "mongo-java-driver",
"3.8.1", "3.9.1",
"gIIEEA9QdRUVcI+CVh+w/py0NlLOD+TBNQ/cjNav1p4=", "mxKxkvmYluxV+Hdn57uyt+MjjSQUsFjxFw9tjhx0bm4=",
Relocation.allOf( Relocation.allOf(
Relocation.of("mongodb", "com{}mongodb"), Relocation.of("mongodb", "com{}mongodb"),
Relocation.of("bson", "org{}bson") Relocation.of("bson", "org{}bson")
@ -190,8 +190,8 @@ public enum Dependency {
JEDIS( JEDIS(
"redis.clients", "redis.clients",
"jedis", "jedis",
"2.9.0", "2.10.1",
"HqqWy45QVeTVF0Z/DzsrPLvGKn2dHotqI8YX7GDThvo=", "Pp7msE2yJk5QRF9ASqM/6glX95xsnrwkm9BfN37vLI4=",
Relocation.allOf( Relocation.allOf(
Relocation.of("jedis", "redis{}clients{}jedis"), Relocation.of("jedis", "redis{}clients{}jedis"),
Relocation.of("jedisutil", "redis{}clients{}util"), Relocation.of("jedisutil", "redis{}clients{}util"),
@ -229,8 +229,8 @@ public enum Dependency {
SNAKEYAML( SNAKEYAML(
"org.yaml", "org.yaml",
"snakeyaml", "snakeyaml",
"1.22", "1.23",
"2rQd+SF15BNbBI4lyB5s//a+4Fv0wo8gAEhYfDKcNJ8=", "EwCfte3jzyvlqNDxYCFVrqoM5e9fk2aJK9JY2NPU0rE=",
Relocation.of("yaml", "org{}yaml{}snakeyaml") Relocation.of("yaml", "org{}yaml{}snakeyaml")
), ),
CONFIGURATE_HOCON( CONFIGURATE_HOCON(