From 6c733b1a3de1f504154eddac31a5c39064e5f865 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 10:09:48 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - junit:junit from 4.12 to 4.13.2. See this package in maven: https://mvnrepository.com/artifact/junit/junit/ - org.glassfish.tyrus.ext:tyrus-client-java8 from 1.12 to 1.21. See this package in maven: https://mvnrepository.com/artifact/org.glassfish.tyrus.ext/tyrus-client-java8/ See this project in Snyk: https://app.snyk.io/org/srmo/project/811229c7-402f-466e-bda9-6f220a0a54de?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b64dfe7..01900bb 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ org.glassfish.tyrus.ext tyrus-client-java8 - 1.12 + 1.21 com.google.code.gson @@ -58,7 +58,7 @@ junit junit - 4.12 + 4.13.2 testing