diff --git a/pom.xml b/pom.xml
index 6a81661..30fe462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
8.2.0
1.18.16
5.8.2
- 1.6.10
+ 1.7.0
true
true
true
@@ -120,11 +120,6 @@
springdoc-openapi-ui
${springdoc.version}
-
- org.springdoc
- springdoc-openapi-security
- ${springdoc.version}
-
org.springframework
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 29f2116..ba1e91d 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -185,7 +185,6 @@ default.properties.url=
########### OpenAPI / Swagger #############
#OPENAPI
-openapi.server=${OPENAPI_SERVER:http://localhost:8080}
springdoc.api-docs.path=${API_PATH:/api/spec}
springdoc.swagger-ui.path=${SWAGGER_PATH:/api/docs}
springdoc.swagger-ui.disable-swagger-default-url=true