Bugfix disabling default swagger documentation 43/6243/1
authorPatrikBuhr <patrik.buhr@est.tech>
Mon, 7 Jun 2021 10:08:04 +0000 (12:08 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Mon, 7 Jun 2021 10:13:27 +0000 (12:13 +0200)
In the swagger release, generation of default swagger documentation is disabled (pet store).

Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-524
Change-Id: I6205a243b5eb1ff9c49325b09450a35b7719e7aa

enrichment-coordinator-service/pom.xml

index e7f2bd6..8d97767 100644 (file)
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.springdoc</groupId>
             <artifactId>springdoc-openapi-ui</artifactId>
-            <version>1.5.2</version>
+            <version>1.5.4</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>