diff --git a/CHANGELOG.md b/CHANGELOG.md index c549787..067a9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v3.8.0-SNAPSHOT] - 2023-04-03 - -- update storagehub deps range. See #24928 ## [v3.7.0] - 2023-03-30 - update gcube dependencies lower bound range. See #24836 - removed unused dependencies: common-uri, common-util--encryption +- fix portal-auth-library range #24943 ## [v3.6.4] - 2022-06-15 diff --git a/pom.xml b/pom.xml index 5740aaf..47d403b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.distribution maven-portal-bom - 3.8.0-SNAPSHOT + 3.7.0 pom scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git @@ -353,24 +353,24 @@ org.gcube.common.portal portal-manager - [2.4.2-SNAPSHOT,3.0.0-SNAPSHOT) + [2.4.2,3.0.0-SNAPSHOT) provided org.gcube.portal.auth portal-auth-library - [1.1.0-SNAPSHOT,2.0.0-SNAPSHOT) + [1.0.2,2.0.0-SNAPSHOT) org.gcube.portal custom-portal-handler - [2.1.1-SNAPSHOT,3.0.0-SNAPSHOT) + [2.1.1,3.0.0-SNAPSHOT) provided org.gcube.portlets.user gcube-widgets - [2.3.0-SNAPSHOT,3.0.0-SNAPSHOT) + [2.3.0,3.0.0-SNAPSHOT) org.gcube.dvos