diff --git a/pom.xml b/pom.xml index 63f10a84..5fb60326 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ package - shade + shade true @@ -106,22 +106,22 @@ - kotlin-maven-plugin - org.jetbrains.kotlin - ${kotlin.version} - - - test-compile - - test-compile - - - - ${project.basedir}/src/test/kotlin - - - - + kotlin-maven-plugin + org.jetbrains.kotlin + ${kotlin.version} + + + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + + + + @@ -129,27 +129,27 @@ com.google.code.gson gson - 2.8.9 + 2.11.0 com.squareup.okhttp3 okhttp - 3.9.1 + 4.12.0 com.google.guava guava - 33.0.0-jre + 33.3.1-jre com.squareup.okio okio - 3.4.0 + 3.9.1 junit junit - 4.13.1 + 4.13.2 test @@ -159,10 +159,10 @@ test - org.jetbrains.kotlin - kotlin-stdlib - ${kotlin.version} - test + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + test io.mockk