From 7a6a6d0c4c68723f17c4e5715fc46a47b7ef248a Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 19 Dec 2024 11:37:34 -0800 Subject: [PATCH] Update dependencies to latest versions (#470) Summary: I think we should update some of the dependencies (by some I mean the ones that the tests will run properly after changing) for better security, compatibility with new features and I think overall performance Pull Request resolved: https://github.com/facebook/facebook-java-business-sdk/pull/470 Reviewed By: yoongyj Differential Revision: D67467576 Pulled By: stcheng fbshipit-source-id: 8e59319dc119abf785ae61f2072125c5cd6dc80f --- pom.xml | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) 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