From 44fb747f7f3eedea6f29b23457e1fd6b3b80ff74 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 12 Oct 2023 21:15:30 +0200 Subject: [PATCH] Vulnerabilities updates (fix level: critical and high) (#7) * maven updates * maven updates * maven updates * maven updates * maven updates --- CHANGELOG.md | 8 ++++++++ pom.xml | 20 ++++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd0565..dbb7ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [0.19.1] + +### Fixed +- Vulnerabilities updates + - spring-boot-parent + - webjars-locator + - snakeyaml + ## [0.19.0] ### Added diff --git a/pom.xml b/pom.xml index 5270764..d0a46d1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ org.springframework.boot spring-boot-starter-parent - 3.0.4 + 3.1.4 net.sberg openkim - 0.19.0 + 0.19.1 openkim - Open KIM Client Modul + Open KIM Client Modul 1.4.5 @@ -31,6 +31,18 @@ org.springframework.boot spring-boot-starter-web + + + + org.yaml + snakeyaml + + + + + org.yaml + snakeyaml + 2.2 org.springframework.boot @@ -211,7 +223,7 @@ org.webjars webjars-locator - 0.45 + 0.47 org.projectlombok