Update some dependencies

This commit is contained in:
Luck 2019-03-08 23:11:32 +00:00
parent 8846932cb6
commit 6ef749c76a
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 18 additions and 18 deletions

View File

@ -13,8 +13,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.7.0'
compile 'com.squareup.okhttp3:okhttp:3.12.1' compile 'com.squareup.okhttp3:okhttp:3.13.1'
compile 'com.squareup.okio:okio:1.17.2' 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')
@ -30,7 +30,7 @@ dependencies {
exclude(module: 'toml4j') exclude(module: 'toml4j')
} }
compile 'com.zaxxer:HikariCP:3.3.1' compile 'com.zaxxer:HikariCP:3.3.1'
compile 'redis.clients:jedis:2.10.1' compile 'redis.clients:jedis:2.10.2'
compile 'org.mongodb:mongo-java-driver:3.9.1' compile 'org.mongodb:mongo-java-driver:3.10.1'
compile 'org.yaml:snakeyaml:1.23' compile 'org.yaml:snakeyaml:1.23'
} }

View File

@ -93,8 +93,8 @@ public enum Dependency {
CAFFEINE( CAFFEINE(
"com{}github{}ben-manes{}caffeine", "com{}github{}ben-manes{}caffeine",
"caffeine", "caffeine",
"2.6.2", "2.7.0",
"53pEV3NfB1FY29Ahx2YXl91IVpX8Ttkt/d401HFNl1A=", "Fw8phtcHwN+UIo9X1SV7fxH4hv1CtTthMWp0mKx+B/8=",
Relocation.of("caffeine", "com{}github{}benmanes{}caffeine") Relocation.of("caffeine", "com{}github{}benmanes{}caffeine")
), ),
OKIO( OKIO(
@ -107,8 +107,8 @@ public enum Dependency {
OKHTTP( OKHTTP(
"com{}squareup{}" + RelocationHelper.OKHTTP3_STRING, "com{}squareup{}" + RelocationHelper.OKHTTP3_STRING,
"okhttp", "okhttp",
"3.12.1", "3.13.1",
"B8PYLKfq9HIvALLagH3Hhg9haa5gz+3PXUAhj5CICkY=", "CrQacT4qY478H0YQ7zTAf+85j517nXmm9UBrd5sAEaU=",
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)
), ),
@ -122,8 +122,8 @@ public enum Dependency {
MARIADB_DRIVER( MARIADB_DRIVER(
"org{}mariadb{}jdbc", "org{}mariadb{}jdbc",
"mariadb-java-client", "mariadb-java-client",
"2.3.0", "2.4.0",
"JvxnswIqboUyO3brtMJplOwaaxHsc0RIMkTE5Q/3nOA=", "G346tblA35aJS8q1a3dQVZdU7Q7isGMzhwftoz6MZqU=",
Relocation.of("mariadb", "org{}mariadb{}jdbc") Relocation.of("mariadb", "org{}mariadb{}jdbc")
), ),
MYSQL_DRIVER( MYSQL_DRIVER(
@ -143,8 +143,8 @@ public enum Dependency {
H2_DRIVER( H2_DRIVER(
"com.h2database", "com.h2database",
"h2", "h2",
"1.4.197", "1.4.198",
"N/UhbhSvJ3KTDf+bhzQ1PwqA6Juj8z4GVEHeZTfF6EI=" "Mt1rFJy3IqpMLdTUCnSpzUHjKsWaTnVaZuV1NmDWHUY="
// we don't apply relocations to h2 - it gets loaded via // we don't apply relocations to h2 - it gets loaded via
// an isolated classloader // an isolated classloader
), ),
@ -178,16 +178,16 @@ public enum Dependency {
MONGODB_DRIVER( MONGODB_DRIVER(
"org.mongodb", "org.mongodb",
"mongo-java-driver", "mongo-java-driver",
"3.9.1", "3.10.1",
"mxKxkvmYluxV+Hdn57uyt+MjjSQUsFjxFw9tjhx0bm4=", "IGjdjTH4VjqnqGUdVe8u+dKfzKkpCG1NR11TE8ieCdU=",
Relocation.of("mongodb", "com{}mongodb"), Relocation.of("mongodb", "com{}mongodb"),
Relocation.of("bson", "org{}bson") Relocation.of("bson", "org{}bson")
), ),
JEDIS( JEDIS(
"redis.clients", "redis.clients",
"jedis", "jedis",
"2.10.1", "2.10.2",
"Pp7msE2yJk5QRF9ASqM/6glX95xsnrwkm9BfN37vLI4=", "06PKnEnk08yYpdI2IUAZYxJjp0d6lDp0nGQkWw3CWsU=",
Relocation.of("jedis", "redis{}clients{}jedis"), Relocation.of("jedis", "redis{}clients{}jedis"),
Relocation.of("jedisutil", "redis{}clients{}util"), Relocation.of("jedisutil", "redis{}clients{}util"),
Relocation.of("commonspool2", "org{}apache{}commons{}pool2") Relocation.of("commonspool2", "org{}apache{}commons{}pool2")
@ -195,8 +195,8 @@ public enum Dependency {
COMMONS_POOL_2( COMMONS_POOL_2(
"org.apache.commons", "org.apache.commons",
"commons-pool2", "commons-pool2",
"2.6.0", "2.6.1",
"kpPYiPvZCVFrhwCkvZHpglS4sf4Vr7bD1jVsnWckut4=", "4tb0CE+KGA3mbHcAND/orToKqE8ssFYe20F/4f1BqhU=",
Relocation.of("commonspool2", "org{}apache{}commons{}pool2") Relocation.of("commonspool2", "org{}apache{}commons{}pool2")
), ),
CONFIGURATE_CORE( CONFIGURATE_CORE(