diff --git a/interweb-server/src/main/resources/application.properties b/interweb-server/src/main/resources/application.properties index f0da213f..c462b8d9 100644 --- a/interweb-server/src/main/resources/application.properties +++ b/interweb-server/src/main/resources/application.properties @@ -28,7 +28,7 @@ quarkus.flyway.active=true quarkus.flyway.migrate-at-start=true quarkus.flyway.baseline-on-migrate = true -quarkus.health.openapi.included=false +quarkus.smallrye-health.openapi.included=false quarkus.smallrye-jwt.enabled=true jwt.issuer=https://l3s.de/interweb diff --git a/pom.xml b/pom.xml index b19fea9a..7be0fef2 100644 --- a/pom.xml +++ b/pom.xml @@ -19,18 +19,18 @@ quarkus-bom io.quarkus.platform - 3.13.2 + 3.14.4 - 3.4.0 + 3.5.0 3.5.0 - 3.7.1 + 3.8.0 3.13.0 3.3.1 3.3.1 3.6.0 3.2.2 - 3.4.0 - 4.8.6.2 + 3.5.0 + 4.8.6.3 @@ -166,13 +166,6 @@ true true - - - com.puppycrawl.tools - checkstyle - 10.17.0 - - @@ -182,13 +175,6 @@ .mvn/spotbugs-exclude.xml - - - com.github.spotbugs - spotbugs - 4.8.6 - -