Skip to content

Commit b841561

Browse files
authored
chore(deps): update quarkus.version to v1.2.1.final
This PR contains the following updates: | Package | Update | Change | |---|---|---| | io.quarkus:quarkus-maven-plugin | patch | `1.2.0.Final` -> `1.2.1.Final` | | io.quarkus:quarkus-bom | patch | `1.2.0.Final` -> `1.2.1.Final` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent bdb0008 commit b841561

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 @@
3232
<surefire-plugin.version>2.22.0</surefire-plugin.version>
3333
<maven.compiler.target>11</maven.compiler.target>
3434
<maven.compiler.source>11</maven.compiler.source>
35-
<quarkus.version>1.2.0.Final</quarkus.version>
35+
<quarkus.version>1.2.1.Final</quarkus.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
</properties>
3838

0 commit comments

Comments
 (0)