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

This commit is contained in:
Luca Frosini 2024-04-30 11:14:16 +02:00
parent cbf9e445ce
commit 21512a2389
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 Smartgears Bom
# [v2.5.1-SNAPSHOT]
- Enhanced accounting-lib lower bound of range
- Enhanced common-utility-sg3 lower bound of range
# [v2.5.0]
- Upgraded gcube-bom to 2.4.0

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.5.0</version>
<version>2.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<description>
@ -119,7 +119,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>
<scope>provided</scope>
</dependency>
<!-- END Accounting Related Dependencies -->
@ -128,7 +128,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>
<scope>provided</scope>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->