This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 63d09e218847 chore(deps): Bump quarkus.platform.version from 3.30.7 to
3.30.8 (#21042)
63d09e218847 is described below
commit 63d09e21884790051de2973810ccbb5e65f9cfd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 09:35:12 2026 +0100
chore(deps): Bump quarkus.platform.version from 3.30.7 to 3.30.8 (#21042)
Bumps `quarkus.platform.version` from 3.30.7 to 3.30.8.
Updates `io.quarkus.platform:quarkus-bom` from 3.30.7 to 3.30.8
-
[Commits](https://github.com/quarkusio/quarkus-platform/compare/3.30.7...3.30.8)
Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.30.7 to 3.30.8
-
[Commits](https://github.com/quarkusio/quarkus-platform/compare/3.30.7...3.30.8)
---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
dependency-version: 3.30.8
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
dependency-version: 3.30.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dsl/camel-jbang/camel-jbang-mcp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dsl/camel-jbang/camel-jbang-mcp/pom.xml
b/dsl/camel-jbang/camel-jbang-mcp/pom.xml
index d0e484e39af6..7e1fedd0653f 100644
--- a/dsl/camel-jbang/camel-jbang-mcp/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-mcp/pom.xml
@@ -41,7 +41,7 @@
<supportLevel>Preview</supportLevel>
<camel-prepare-component>false</camel-prepare-component>
<quarkus-mcp-server-version>1.8.0</quarkus-mcp-server-version>
- <quarkus.platform.version>3.30.7</quarkus.platform.version>
+ <quarkus.platform.version>3.30.8</quarkus.platform.version>
<!-- Build uber-jar for easy JBang execution -->
<quarkus.package.jar.type>uber-jar</quarkus.package.jar.type>
</properties>