diff options
author | shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> | 2022-03-10 13:46:56 +0530 |
---|---|---|
committer | shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> | 2022-03-10 13:46:56 +0530 |
commit | 402894c87df099a905ce3ddc3c178f82784d21c3 (patch) | |
tree | 376a533f2e391afd0c24e54c4b4dbf9ce4366a37 | |
parent | 14bdcf98da68ae90a3be58318c7a7b22a1714e97 (diff) |
Dependency version upgrade ch.qos.logback:logback-core: 1.2.3 to 1.2.10
Issue-ID: SO-3825
Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I409f1cffc192147c45b174d829c109b618ded535
-rw-r--r-- | bpmn/pom.xml | 1 | ||||
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index 6a61ed1df3..806dc1cd83 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -20,6 +20,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sdnc.northbound.version>1.5.2</sdnc.northbound.version> + <logback-core.version>1.2.10</logback-core.version> </properties> <modules> <module>MSOCoreBPMN</module> diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index 846af27b96..b287594a12 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -229,6 +229,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> + <version>${logback-core.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |