From 52ab33b85f62e2bda52ff9e67b2372c1f0a3f6c1 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 7 Jun 2021 12:08:04 +0200 Subject: [PATCH] Bugfix disabling default swagger documentation In the swagger release, generation of default swagger documentation is disabled (pet store). Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-524 Change-Id: I6205a243b5eb1ff9c49325b09450a35b7719e7aa --- enrichment-coordinator-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index e7f2bd67..8d97767e 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -68,7 +68,7 @@ org.springdoc springdoc-openapi-ui - 1.5.2 + 1.5.4 org.springframework.boot -- 2.16.6