diff options
author | rohit.cloud <Rohit.Raj@t-systems.com> | 2024-05-17 12:32:22 +0530 |
---|---|---|
committer | rohit.cloud <Rohit.Raj@t-systems.com> | 2024-05-21 14:52:05 +0530 |
commit | b9ba682f1ab02e963e16aa254b98cab22a902ad8 (patch) | |
tree | 2fc84f3c826a2c768489d67795123dbabc951041 /pom.xml | |
parent | 3fcd25b900fe2e039b5f54cdb1ee4a89d2736da4 (diff) |
Uplifted the version of SDK library to 1.9.5
Issue-ID: DCAEGEN2-3411
Change-Id: I1f2450ccfc5c30dca04895b48e4b490b765e1c0d
Signed-off-by: rohit.cloud <Rohit.Raj@t-systems.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ ================================================================================ Copyright (c) 2017-2019,2021-2023 AT&T Intellectual Property. All rights reserved. Copyright (c) 2020-2022 Nokia. All rights reserved. - Copyright (c) 2023 Deutsche Telekom Intellectual Property. All rights reserved. + Copyright (c) 2023-2024 Deutsche Telekom Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy @@ -26,7 +26,7 @@ </parent> <groupId>org.onap.dcaegen2.collectors.ves</groupId> <artifactId>VESCollector</artifactId> - <version>1.12.4-SNAPSHOT</version> + <version>1.12.5-SNAPSHOT</version> <name>dcaegen2-collectors-ves</name> <description>VESCollector</description> <properties> @@ -72,7 +72,7 @@ <springfox-swagger2.version>3.0.0</springfox-swagger2.version> <assertj-core.version>3.23.1</assertj-core.version> <spring-boot-starter-test.version>2.2.13.RELEASE</spring-boot-starter-test.version> - <sdk.version>1.9.4</sdk.version> + <sdk.version>1.9.5</sdk.version> <guava.version>31.1-jre</guava.version> <mock-server.version>5.13.2</mock-server.version> <reactor-test.version>3.4.0</reactor-test.version> |