Skip to content

Commit

Permalink
Merge pull request #223 from FAIRDataTeam/hotfix/1.12.2
Browse files Browse the repository at this point in the history
Hotfix 1.12.2
  • Loading branch information
MarekSuchanek authored Dec 15, 2021
2 parents 7cbff94 + 79ee9c0 commit c3e94dd
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 @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.12.2]

### Changed

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

## [1.12.1]

### Changed
Expand Down Expand Up @@ -246,3 +252,4 @@ The first release of reference FAIR Data Point implementation.
[1.11.0]: /../../tree/v1.11.0
[1.12.0]: /../../tree/v1.12.0
[1.12.1]: /../../tree/v1.12.1
[1.12.2]: /../../tree/v1.12.2
4 changes: 2 additions & 2 deletions 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.1</version>
<version>1.12.2</version>
<packaging>jar</packaging>

<name>FairDataPoint</name>
Expand Down Expand Up @@ -64,7 +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>
<log4j2.version>2.16.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.1
version: 1.12.2
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 c3e94dd

Please sign in to comment.