Merge branch 'master' into feature/gitops_ready

This commit is contained in:
pmarkiewka 2022-04-06 16:37:07 +02:00
commit 32c8653ca8
No known key found for this signature in database
GPG key ID: B0BD306B8DFCB7EA
2 changed files with 12 additions and 2 deletions

10
CHANGELOG.md Normal file
View file

@ -0,0 +1,10 @@
# spring-petclinic Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Upgrade spring boot to version 2.5.12 as a precaution to fix the [RCE CVE-2022-22965]( https://nvd.nist.gov/vuln/detail/CVE-2022-22965). The spring petclinic was generally not affected by this CVE as it runs with an embedded tomcat instead of a standalone version.

View file

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version> <version>2.4.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.3.RELEASE</version> <version>2.5.12</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>