Enhanced logback-classic to version 1.2.4

This commit is contained in:
Luca Frosini 2022-10-25 09:34:01 +02:00
parent 882663f8c0
commit e69e8b0f1b
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom # Changelog for gCube Bom
## [v2.1.0] ## [v2.1.0-SNAPSHOT]
- Enhanced gcube-model version range - Enhanced gcube-model version range
- Enhanced information-system-model version range - Enhanced information-system-model version range

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.1.0</version> <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>gCube BOM</name> <name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description> <description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -238,7 +238,7 @@
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<version>1.2.3</version> <version>1.2.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>