From 12918d40b17a15f0432f7ad85d8db60a87e7c5b8 Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 23 Jun 2020 12:00:32 +0100 Subject: Update some dependencies --- spark-common/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spark-common') 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' -- cgit