Skip to content

Commit

Permalink
Merge pull request #265 from FAIRDataTeam/hotfix/1.13.1
Browse files Browse the repository at this point in the history
Hotfix 1.13.1
  • Loading branch information
MarekSuchanek authored Apr 4, 2022
2 parents 6c276ce + 1bd2c44 commit a55fcf5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.6.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>nl.dtls</groupId>
<artifactId>fairdatapoint</artifactId>
<version>1.13.0</version>
<version>1.13.1</version>
<packaging>jar</packaging>

<name>FairDataPoint</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a55fcf5

Please sign in to comment.