diff --git a/CHANGELOG.md b/CHANGELOG.md index 228da9a..007fdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Enforce private to a rejected item to avoid issue #26391 - Added profiel validation (i.e. regex validity and default value conformity) #26142 +- Updated the version of the social client dependency #26512 ## [v2.5.1] diff --git a/pom.xml b/pom.xml index 93232a2..6c76772 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ org.gcube.social-networking social-service-client - [1.0.0, 2.0.0-SNAPSHOT) + [2.0.0, 3.0.0) org.gcube.common diff --git a/src/main/java/org/gcube/gcat/social/SocialPost.java b/src/main/java/org/gcube/gcat/social/SocialPost.java index c503e10..2628274 100644 --- a/src/main/java/org/gcube/gcat/social/SocialPost.java +++ b/src/main/java/org/gcube/gcat/social/SocialPost.java @@ -12,7 +12,7 @@ import org.gcube.common.authorization.utils.secret.Secret; import org.gcube.gcat.api.configuration.CatalogueConfiguration; import org.gcube.gcat.configuration.CatalogueConfigurationFactory; import org.gcube.gcat.utils.Constants; -import org.gcube.portal.databook.shared.Post; +import org.gcube.social_networking.socialnetworking.model.shared.Post; import org.gcube.social_networking.social_networking_client_library.PostClient; import org.gcube.social_networking.socialnetworking.model.beans.PostInputBean; import org.slf4j.Logger;