From 25441ce0bae5748902152d8866e37b5a0273cad1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 22:11:29 +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/c734e883-8f14-4264-9d7e-4f753426538d?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 4 ++-- xwiki-android-test-rest/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-test-rest/pom.xml b/xwiki-android-test-rest/pom.xml index 42ee535..d04795f 100644 --- a/xwiki-android-test-rest/pom.xml +++ b/xwiki-android-test-rest/pom.xml @@ -51,7 +51,7 @@ com.google.android android-test - 2.2.1 + 2.3.3 provided