Skip to content

Commit f713e78

Browse files
authored
chore(deps): update quarkus.version to v2.4.0.final (GoogleCloudPlatform#6219)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.quarkus:quarkus-maven-plugin](https://togithub.com/quarkusio/quarkus) | `2.3.1.Final` -> `2.4.0.Final` | [![age](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-maven-plugin/2.4.0.Final/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-maven-plugin/2.4.0.Final/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-maven-plugin/2.4.0.Final/compatibility-slim/2.3.1.Final)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-maven-plugin/2.4.0.Final/confidence-slim/2.3.1.Final)](https://docs.renovatebot.com/merge-confidence/) | | [io.quarkus:quarkus-bom](https://togithub.com/quarkusio/quarkus) | `2.3.1.Final` -> `2.4.0.Final` | [![age](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-bom/2.4.0.Final/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-bom/2.4.0.Final/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-bom/2.4.0.Final/compatibility-slim/2.3.1.Final)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.quarkus:quarkus-bom/2.4.0.Final/confidence-slim/2.3.1.Final)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v2.4.0.Final`](https://togithub.com/quarkusio/quarkus/compare/2.3.1.Final...2.4.0.Final) [Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.3.1.Final...2.4.0.Final) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 700e53c commit f713e78

File tree

1 file changed

+1
-1
lines changed
  • appengine-java11/quarkus-helloworld

1 file changed

+1
-1
lines changed

appengine-java11/quarkus-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limitations under the License.
3232
<surefire-plugin.version>2.22.2</surefire-plugin.version>
3333
<maven.compiler.target>11</maven.compiler.target>
3434
<maven.compiler.source>11</maven.compiler.source>
35-
<quarkus.version>2.3.1.Final</quarkus.version>
35+
<quarkus.version>2.4.0.Final</quarkus.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
</properties>
3838

0 commit comments

Comments
 (0)