File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ updates:
2121 # Releases too often, it's annoying
2222 - dependency-name : " org.assertj:*"
2323 update-types : ["version-update:semver-patch"]
24-
24+ # We don't want to stay on an LTS version and want to have more regular updates here:
25+ - dependency-name : " io.quarkiverse.openapi.generator:*"
26+ versions : ["2.6.0-lts"]
Original file line number Diff line number Diff line change 3737 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3838 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3939 <quarkus-github-app .version>2.7.0</quarkus-github-app .version>
40- <quarkus-openapi-generator .version>2.6.0-lts </quarkus-openapi-generator .version>
40+ <quarkus-openapi-generator .version>2.6.0</quarkus-openapi-generator .version>
4141 <!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused -->
4242 <quarkus .version>3.16.2</quarkus .version>
4343 <quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
You can’t perform that action at this time.
0 commit comments