From 646f8a3e3933723dec7fbeff39d7b5b2234a918c Mon Sep 17 00:00:00 2001 From: xbbpfxc Date: Tue, 14 Jan 2025 15:09:37 -0500 Subject: [PATCH] Upgrade vulnerable dependencies Signed-off-by: Emilie --- donut-kata-solutions/pom.xml | 17 +++++++++++++++++ donut-kata/pom.xml | 11 +++++++++++ 2 files changed, 28 insertions(+) diff --git a/donut-kata-solutions/pom.xml b/donut-kata-solutions/pom.xml index 612051b..b625c98 100644 --- a/donut-kata-solutions/pom.xml +++ b/donut-kata-solutions/pom.xml @@ -40,8 +40,19 @@ 11.1.0 5.10.1 + 2.14.0 + + + + commons-io + commons-io + ${commons-io.version}} + + + + @@ -76,6 +87,12 @@ test + + commons-io + commons-io + ${commons-io.version} + + org.jetbrains.kotlin kotlin-maven-plugin diff --git a/donut-kata/pom.xml b/donut-kata/pom.xml index 012150a..a890124 100644 --- a/donut-kata/pom.xml +++ b/donut-kata/pom.xml @@ -41,8 +41,19 @@ 11.1.0 5.10.1 + 2.14.0 + + + + commons-io + commons-io + ${commons-io.version} + + + +