diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce88cd..ab60018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for StorageHub Application Persistence +## [v3.2.0-SNAPSHOT] + +- Added dependency to be able to compile with JDK 11 + ## [v3.1.0] - Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22777] diff --git a/pom.xml b/pom.xml index 84ff1db..fb3021c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.data-publishing storagehub-application-persistence - 3.1.0 + 3.2.0-SNAPSHOT StorageHub Application Persistence This library allows any application to persist in its workspace home any @@ -37,7 +37,7 @@ org.gcube.distribution gcube-bom - 2.0.2 + 2.1.0-SNAPSHOT pom import @@ -55,8 +55,14 @@ org.gcube.common authorization-utils - [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) + [2.0.0, 3.0.0-SNAPSHOT) + + org.projectlombok + lombok + provided + + junit