[DCAEGEN2] Validation of OpenAPI files in externalrepo fails 66/137566/2
authorrohit.cloud <Rohit.Raj@t-systems.com>
Thu, 16 May 2024 07:10:11 +0000 (12:40 +0530)
committerrohit.cloud <Rohit.Raj@t-systems.com>
Thu, 16 May 2024 08:56:36 +0000 (14:26 +0530)
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>
Changelog.md
pom.xml
version.properties

index d68406c..5c3d850 100644 (file)
@@ -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
diff --git a/pom.xml b/pom.xml
index 7a11907..0f9001b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index b7127de..5d56f0d 100644 (file)
@@ -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