diff options
author | Nandkishor Patke <nandkishor-laxman.patke@t-systems.com> | 2024-04-06 02:34:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-04-06 02:34:35 +0000 |
commit | ebb52fd8fa205c730c3ee19e9ee33dac8cde3c20 (patch) | |
tree | 6ab30c0e45be223d47393040edfa7ed891bdac71 /common-logging/pom.xml | |
parent | 6ad29c2d9910a0fc105f2c979c1beb1c759cc7a5 (diff) | |
parent | df73577f01e131fb0638e7d5ae3a85217975e9e9 (diff) |
Merge "Update eelf-core in logging-service"
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r-- | common-logging/pom.xml | 4 |
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> |