Skip to content

Commit

Permalink
Merge pull request #217 from FAIRDataTeam/hotfix/1.12.1
Browse files Browse the repository at this point in the history
Hotfix 1.12.1
  • Loading branch information
MarekSuchanek authored Dec 14, 2021
2 parents 859fe61 + 70ae124 commit 7cbff94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.12.1]

### Changed

- Forcing log4j (indirect dependency) to v2.15.0 due to [vulnerability](https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot)

## [1.12.0]

### Added
Expand Down Expand Up @@ -238,3 +244,5 @@ The first release of reference FAIR Data Point implementation.
[1.9.0]: /../../tree/v1.9.0
[1.10.0]: /../../tree/v1.10.0
[1.11.0]: /../../tree/v1.11.0
[1.12.0]: /../../tree/v1.12.0
[1.12.1]: /../../tree/v1.12.1
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>nl.dtls</groupId>
<artifactId>fairdatapoint</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
<packaging>jar</packaging>

<name>FairDataPoint</name>
Expand Down Expand Up @@ -64,6 +64,7 @@
<jwt.version>0.11.2</jwt.version>
<lombok.version>1.18.20</lombok.version>
<rdf-resolver.version>0.1.2-SNAPSHOT</rdf-resolver.version>
<log4j2.version>2.15.0</log4j2.version>

<!-- Plugins -->
<plugin.license.version>4.1</plugin.license.version>
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.12.0
version: 1.12.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 7cbff94

Please sign in to comment.