diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c7851..68d9de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Catalogue (gCat) Service +## [v2.4.2-SNAPSHOT] + +- Switched from commons-lang3 to commons-lang to avoid duplicates +- Set resource-registry-publisher dependency scope to provided + + ## [v2.4.1] - Integrating Sphinx for documentation [#23833] diff --git a/pom.xml b/pom.xml index d3f25bd..686a7b5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.data-catalogue gcat war - 2.4.1 + 2.4.2-SNAPSHOT gCube Catalogue (gCat) Service This service allows any client to publish on the gCube Catalogue. @@ -208,9 +208,9 @@ - org.apache.commons - commons-lang3 - 3.12.0 + commons-lang + commons-lang + 2.6