From 0ec4f9f9d775e4f09cb75d3d978ffbbe2de2ffc0 Mon Sep 17 00:00:00 2001 From: lprimak Date: Wed, 20 Mar 2024 20:47:26 -0500 Subject: [PATCH] deps: fix warnings found by maven 4-alpha-13 --- samples/spring-boot-3-web/pom.xml | 18 ++++++++++++++++-- samples/spring-boot-web/pom.xml | 14 ++++++++++++++ samples/spring-boot/pom.xml | 14 ++++++++++++++ support/spring-boot/pom.xml | 14 ++++++++++++++ 4 files changed, 58 insertions(+), 2 deletions(-) diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 8dbb50f672..5f181bf788 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -35,9 +35,9 @@ samples.spring.boot3.web - 3.1.5 + 3.2.3 - 6.0.13 + 6.1.5 @@ -95,6 +95,20 @@ ${spring-boot3.version} pom import + + + org.junit.jupiter + * + + + org.junit.platform + * + + + org.junit.vintage + * + + org.apache.shiro diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 6637ea65b2..75af1c67b8 100644 --- a/samples/spring-boot-web/pom.xml +++ b/samples/spring-boot-web/pom.xml @@ -82,6 +82,20 @@ ${spring-boot.version} pom import + + + org.junit.jupiter + * + + + org.junit.platform + * + + + org.junit.vintage + * + + diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index 3a77f73fa8..9439730af0 100644 --- a/samples/spring-boot/pom.xml +++ b/samples/spring-boot/pom.xml @@ -77,6 +77,20 @@ ${spring-boot.version} pom import + + + org.junit.jupiter + * + + + org.junit.platform + * + + + org.junit.vintage + * + + diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index af2ee6dc5e..8e946e6b8e 100644 --- a/support/spring-boot/pom.xml +++ b/support/spring-boot/pom.xml @@ -44,6 +44,20 @@ ${spring-boot.version} pom import + + + org.junit.jupiter + * + + + org.junit.platform + * + + + org.junit.vintage + * + +