diff options
author | rohit.cloud <Rohit.Raj@t-systems.com> | 2024-05-16 12:40:11 +0530 |
---|---|---|
committer | rohit.cloud <Rohit.Raj@t-systems.com> | 2024-05-16 14:26:36 +0530 |
commit | 62a9b755ff9d9693c94b11d9dd0c3d12a1cc7569 (patch) | |
tree | be9430f8449e305e8003b4a56427be999a39954d | |
parent | 42f15d15b2ead3f70aa8077a2513df57c3e972f9 (diff) |
[DCAEGEN2] Validation of OpenAPI files in externalrepo fails
Uplifted the version of openapi4j to 1.0.4
Issue-ID: DCAEGEN2-3411
Change-Id: I845d89dea54291323256fe0f6a2f88423e859200
Signed-off-by: rohit.cloud <Rohit.Raj@t-systems.com>
-rw-r--r-- | Changelog.md | 4 | ||||
-rw-r--r-- | pom.xml | 5 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md index d68406c3..5c3d8503 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.9.5] - 2024/05/16 +#### Added + - [DCAEGEN2-3411] - Validation of OpenAPI files in externalrepo fails + ## [1.9.4] - 2023/02/23 #### Added - [DCAEGEN2-3364] - To use kafka API instead of DMAAP API in dmaap-client @@ -4,6 +4,7 @@ Copyright (c) 2022 Nokia. All rights reserved. Copyright (C) 2022 AT&T Intellectual Property. All rights reserved. Copyright (c) 2023 Deutsche Telekom AG. All rights reserved. +Copyright (c) 2024 Deutsche Telekom AG. 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 @@ -92,12 +93,12 @@ language governing permissions and limitations under the License. <testcontainers.version>1.15.1</testcontainers.version> <spring.boot.version>2.7.2</spring.boot.version> <system.rules.version>1.17.2</system.rules.version> - <openapi4j.version>1.0.3</openapi4j.version> + <openapi4j.version>1.0.4</openapi4j.version> <mockserver-client.version>5.11.2</mockserver-client.version> <sonar.coverage.jacoco.xmlReportPaths> ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml </sonar.coverage.jacoco.xmlReportPaths> - <revision>1.9.4-SNAPSHOT</revision> + <revision>1.9.5-SNAPSHOT</revision> </properties> <modules> diff --git a/version.properties b/version.properties index b7127ded..5d56f0d6 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=9 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |