From cfced44debc201b7d0a15e6477fe49add713af94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 02:11:27 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - com.google.android:android from 2.2.1 to 2.3.3. See this package in maven: https://mvnrepository.com/artifact/com.google.android/android/ - com.google.android:android-test from 2.2.1 to 2.3.3. See this package in maven: https://mvnrepository.com/artifact/com.google.android/android-test/ - org.simpleframework:simple-xml from 2.6 to 2.7.1. See this package in maven: https://mvnrepository.com/artifact/org.simpleframework/simple-xml/ See this project in Snyk: https://app.snyk.io/org/peter-clemenko/project/2c1eccb1-278f-4be7-8404-a6cca35aa720?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 4 ++-- xwiki-android-tests-instrumentation/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 51cca66..1367d2a 100644 --- a/pom.xml +++ b/pom.xml @@ -54,13 +54,13 @@ com.google.android android - 2.2.1 + 2.3.3 provided org.simpleframework simple-xml - 2.6 + 2.7.1 jar compile diff --git a/xwiki-android-tests-instrumentation/pom.xml b/xwiki-android-tests-instrumentation/pom.xml index 451f303..8139147 100644 --- a/xwiki-android-tests-instrumentation/pom.xml +++ b/xwiki-android-tests-instrumentation/pom.xml @@ -51,7 +51,7 @@ com.google.android android-test - 2.2.1 + 2.3.3 provided