Merge remote-tracking branch 'origin/main'

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-12-04 15:02:15 +01:00
commit 3ee0812469
1 changed files with 7 additions and 1 deletions

View File

@ -45,7 +45,13 @@
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>[1.3.0-SNAPSHOT, 2.0.0)</version>
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google</groupId>