From 28815874834e43128f5dcc1909bf159f8ae58e30 Mon Sep 17 00:00:00 2001 From: Asaf Levi <100200009+asaflevi-ms@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:10:57 +0200 Subject: [PATCH] update dependency versions (#2) --- .../pom.xml | 23 +++++++++++++---- .../pom.xml | 25 ++++++++++++++----- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/sdk/healthinsights/azure-health-insights-cancerprofiling/pom.xml b/sdk/healthinsights/azure-health-insights-cancerprofiling/pom.xml index d51deb90707e0..19528f4e427be 100644 --- a/sdk/healthinsights/azure-health-insights-cancerprofiling/pom.xml +++ b/sdk/healthinsights/azure-health-insights-cancerprofiling/pom.xml @@ -42,18 +42,19 @@ UTF-8 - true + 0.2 + 0.2 com.azure azure-core - 1.35.0 + 1.37.0 com.azure azure-core-http-netty - 1.12.8 + 1.13.1 org.junit.jupiter @@ -76,13 +77,25 @@ com.azure azure-core-test - 1.14.0 + 1.15.0 test com.azure azure-identity - 1.7.3 + 1.8.1 + test + + + org.mockito + mockito-core + 4.5.1 + test + + + org.slf4j + slf4j-simple + 1.7.36 test diff --git a/sdk/healthinsights/azure-health-insights-clinicalmatching/pom.xml b/sdk/healthinsights/azure-health-insights-clinicalmatching/pom.xml index c111fbde716ff..fcfddbacee36c 100644 --- a/sdk/healthinsights/azure-health-insights-clinicalmatching/pom.xml +++ b/sdk/healthinsights/azure-health-insights-clinicalmatching/pom.xml @@ -42,18 +42,19 @@ UTF-8 - true + 0.2 + 0.2 com.azure azure-core - 1.35.0 + 1.37.0 com.azure azure-core-http-netty - 1.12.8 + 1.13.1 org.junit.jupiter @@ -76,13 +77,25 @@ com.azure azure-core-test - 1.14.0 + 1.15.0 test com.azure azure-identity - 1.7.3 + 1.8.1 + test + + + org.mockito + mockito-core + 4.5.1 + test + + + org.slf4j + slf4j-simple + 1.7.36 test @@ -102,7 +115,7 @@ ${project.basedir}/README.md true 120 - true + false