From ab8338e5c07d1bc80af45a1b93a1f325e2254857 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 07:19:44 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - commons-io:commons-io from 2.5 to 2.16.1. See this package in maven: https://mvnrepository.com/artifact/commons-io/commons-io/ - org.mariadb.jdbc:mariadb-java-client from 1.5.7 to 1.8.0. See this package in maven: https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client/ - org.springframework.boot:spring-boot-starter from 1.5.2.RELEASE to 1.5.22.RELEASE. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter/ - org.springframework.boot:spring-boot-starter-data-jpa from 1.5.2.RELEASE to 1.5.22.RELEASE. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa/ See this project in Snyk: https://app.snyk.io/org/physikerwelt/project/ec99108d-581f-41a0-927b-4c116fad7e69?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 ab2939b..ceeb563 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.mariadb.jdbc mariadb-java-client - 1.5.7 + 1.8.0 org.springframework.boot @@ -72,7 +72,7 @@ commons-io commons-io - 2.5 + 2.16.1