From 240e0501710304746221b272ba254e26b30648a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Sat, 2 Apr 2022 09:38:12 +0200 Subject: [PATCH 1/2] Update Spring Boot to 2.6.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a27c2da15..c6873ab07 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + 2.6.6 nl.dtls From 1bd2c444e5b58e63df63a9395eb558f3c2d7593f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Sat, 2 Apr 2022 09:38:34 +0200 Subject: [PATCH 2/2] Hotfix 1.13.1 --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- src/main/resources/application.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7040a071..500e748ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.13.1] + +### Changed + +- Upgrade to Spring Boot 2.6.6 due to [CVE-2022-22965](https://tanzu.vmware.com/security/cve-2022-22965) ([more info](https://spring.io/blog/2022/03/31/spring-boot-2-6-6-available-now)) + ## [1.13.0] ### Added @@ -287,3 +293,4 @@ The first release of reference FAIR Data Point implementation. [1.12.3]: /../../tree/v1.12.3 [1.12.4]: /../../tree/v1.12.4 [1.13.0]: /../../tree/v1.13.0 +[1.13.1]: /../../tree/v1.13.1 diff --git a/pom.xml b/pom.xml index c6873ab07..9fe7df1f7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ nl.dtls fairdatapoint - 1.13.0 + 1.13.1 jar FairDataPoint diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ba0d57e69..24f6bbe58 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -59,7 +59,7 @@ metadataProperties: openapi: title: FAIR Data Point API - version: 1.13.0 + version: 1.13.1 description: "The reference implementation of the metadata registration service: A service implementing the API specification. It contains an authentication system to allow maintainers to define and update metadata. Read-only access to the data is public." contact: name: Luiz Bonino