aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-05 23:30:53 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-05 23:33:34 +0200
commitdf73577f01e131fb0638e7d5ae3a85217975e9e9 (patch)
treedaaa532c4f18db50e003bdea4da5778f26e44fee /common-logging/pom.xml
parent7fbd2dd1f7397e2c75b3648ad140ce5c0669a903 (diff)
Update eelf-core in logging-service
- update eelf-core from version 1.0.1-oss to 2.0.0-oss Issue-ID: AAI-3819 Change-Id: I245db4fea5ba2c369475a8bfdccba6b1db4c8301 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r--common-logging/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index a0a2bc6..affe501 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
@@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>eelf-logging</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>