Enhanced accounting-lib and common-utility-sg3 lower bound of range

This commit is contained in:
Luca Frosini 2024-04-30 11:13:53 +02:00
parent 9f0da45dcd
commit 69d4c86cb9
2 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom
## [v2.4.1-SNAPSHOT]
- Enhanced accounting-lib lower bound of range
- Enhanced common-utility-sg3 lower bound of range
## [v2.4.0]
- Enhanced information-system-model version range

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.0</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -246,7 +246,7 @@
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
<version>[4.2.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Accounting Related Dependencies -->
@ -255,7 +255,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->