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:
21
21
# Releases too often, it's annoying
22
22
- dependency-name : " org.assertj:*"
23
23
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 37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
39
39
<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>
41
41
<!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused -->
42
42
<quarkus .version>3.16.2</quarkus .version>
43
43
<quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
You can’t perform that action at this time.
0 commit comments