diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8af0b86..d655823 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,4 +21,6 @@ updates: # Releases too often, it's annoying - dependency-name: "org.assertj:*" update-types: ["version-update:semver-patch"] - + # We don't want to stay on an LTS version and want to have more regular updates here: + - dependency-name: "io.quarkiverse.openapi.generator:*" + versions: ["2.6.0-lts"] diff --git a/pom.xml b/pom.xml index 8f9bf4a..3f119a9 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,9 @@ UTF-8 UTF-8 2.7.0 - 2.4.7 + 2.6.0 - 3.16.1 + 3.16.2 quarkus-bom io.quarkus 0.9.0 @@ -100,6 +100,14 @@ quarkus-openapi-generator ${quarkus-openapi-generator.version} + + + io.quarkus + quarkus-rest-client-oidc-filter + io.quarkus quarkus-rest-client-jackson diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f36f057..b408090 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,9 +11,9 @@ quarkus.cache.caffeine."glob-cache".maximum-size=200 hibernate-github-bot.jenkins.github-app-id=347853 hibernate-github-bot.develocity.uri=https://ge.hibernate.org/ -quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.config-key=develocity +quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.config-key=gradle_enterprise_2023_4_api_yaml quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.base-package=com.gradle.develocity -quarkus.rest-client.develocity.uri=${hibernate-github-bot.develocity.uri} +quarkus.rest-client."gradle_enterprise_2023_4_api_yaml".uri=${hibernate-github-bot.develocity.uri} quarkus.openapi-generator.gradle_enterprise_2023_4_api_yaml.auth.DevelocityAccessKey.bearer-token=${hibernate-github-bot.develocity.access-key} %dev.quarkus.rest-client.logging.scope=request-response