Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit e993381

Browse files
fix(deps): update dependency io.quarkus.platform:quarkus-bom to v3.10.0 (#274)
[![Mend 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.platform:quarkus-bom](https://togithub.com/quarkusio/quarkus-platform) | `3.9.4` -> `3.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.quarkus.platform:quarkus-bom/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.quarkus.platform:quarkus-bom/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.quarkus.platform:quarkus-bom/3.9.4/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.quarkus.platform:quarkus-bom/3.9.4/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>quarkusio/quarkus-platform (io.quarkus.platform:quarkus-bom)</summary> ### [`v3.10.0`](https://togithub.com/quarkusio/quarkus-platform/compare/3.9.5...3.10.0) [Compare Source](https://togithub.com/quarkusio/quarkus-platform/compare/3.9.5...3.10.0) ### [`v3.9.5`](https://togithub.com/quarkusio/quarkus-platform/compare/3.9.4...3.9.5) [Compare Source](https://togithub.com/quarkusio/quarkus-platform/compare/3.9.4...3.9.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/agile-lab-dev/whitefox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Antonio Murgia <ing.murgia@icloud.com>
1 parent e51fb16 commit e993381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.caching=true
44
org.gradle.parallel=true
55
quarkusPlatformArtifactId=quarkus-bom
66
quarkusPlatformGroupId=io.quarkus.platform
7-
quarkusPlatformVersion=3.9.4
7+
quarkusPlatformVersion=3.10.0
88
quarkusPluginId=io.quarkus
9-
quarkusPluginVersion=3.9.4
9+
quarkusPluginVersion=3.10.0
1010
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)