diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7b80b..7a73b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Security +- Updated Spring boot to 2.7.5 to pull in fixes for jackson-databind for + CVE-2022-42003 and CVE-2022-42004 + [conjurdemos/pet-store-demo#56](https://github.com/conjurdemos/pet-store-demo/pull/56) - Updated all dependency versions in pom.xml and added maven-enforcer-plugin [conjurdemos/pet-store-demo#54](https://github.com/conjurdemos/pet-store-demo/pull/54) - Upgraded Postgres to 42.4.1 to resolve CVE-2022-31197 diff --git a/pom.xml b/pom.xml index af6eb90..455d66e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,18 +7,17 @@ petstore 0.1.0 - org.springframework.boot spring-boot-starter-parent - 2.7.3 + 2.7.5 org.springframework.boot spring-boot-starter-web - 2.7.3 + 2.7.5 org.postgresql @@ -42,7 +41,7 @@ org.springframework.boot spring-boot-starter-data-jpa - 2.7.3 + 2.7.5 javax.xml.bind @@ -52,7 +51,7 @@ org.springframework.boot spring-boot-starter-validation - 2.7.3 + 2.7.5