aboutsummaryrefslogtreecommitdiff
path: root/spark-common
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-06-23 12:00:32 +0100
committerLuck <git@lucko.me>2020-06-23 12:00:32 +0100
commit12918d40b17a15f0432f7ad85d8db60a87e7c5b8 (patch)
tree19e46529c2e97327c4d5d9c255bcc9d0596d83a6 /spark-common
parentd993703e9b52651d456e7eceb691f90228b2cd5e (diff)
downloadspark-12918d40b17a15f0432f7ad85d8db60a87e7c5b8.tar.gz
spark-12918d40b17a15f0432f7ad85d8db60a87e7c5b8.tar.bz2
spark-12918d40b17a15f0432f7ad85d8db60a87e7c5b8.zip
Update some dependencies
Diffstat (limited to 'spark-common')
-rw-r--r--spark-common/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index 7238c9f..3942bfd 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -8,17 +8,17 @@ dependencies {
compile 'com.squareup.okhttp3:okhttp:3.14.1'
compile 'com.squareup.okio:okio:1.17.3'
compile 'org.tukaani:xz:1.8'
- compile('net.kyori:text-api:3.0.3') {
+ compile('net.kyori:text-api:3.0.4') {
exclude(module: 'checker-qual')
}
- compile('net.kyori:text-serializer-gson:3.0.3') {
+ compile('net.kyori:text-serializer-gson:3.0.4') {
exclude(module: 'text-api')
exclude(module: 'gson')
}
- compile('net.kyori:text-serializer-legacy:3.0.3') {
+ compile('net.kyori:text-serializer-legacy:3.0.4') {
exclude(module: 'text-api')
}
- compile('net.kyori:text-feature-pagination:3.0.3') {
+ compile('net.kyori:text-feature-pagination:3.0.4') {
exclude(module: 'text-api')
}
compileOnly 'com.google.code.gson:gson:2.7'