This is an automated email from the ASF dual-hosted git repository.
apupier 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 95874f1ac5ff chore(deps): Bump org.jboss.logging:jboss-logging
95874f1ac5ff is described below
commit 95874f1ac5ff0a99c5edacc9978b292c1a9ff5e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 10:29:44 2026 +0000
chore(deps): Bump org.jboss.logging:jboss-logging
Bumps
[org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging)
from 3.6.2.Final to 3.6.3.Final.
- [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
-
[Commits](https://github.com/jboss-logging/jboss-logging/compare/v3.6.2.Final...v3.6.3.Final)
---
updated-dependencies:
- dependency-name: org.jboss.logging:jboss-logging
dependency-version: 3.6.3.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 22c3b1e65a5c..819ad6285971 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -305,7 +305,7 @@
<jaxb2-maven-plugin-version>4.1.0</jaxb2-maven-plugin-version>
<jaxp-ri-version>1.4.5</jaxp-ri-version>
<jboss-el-api_3.0_spec-version>2.0.0.Final</jboss-el-api_3.0_spec-version>
- <jboss-logging-version>3.6.2.Final</jboss-logging-version>
+ <jboss-logging-version>3.6.3.Final</jboss-logging-version>
<jboss-marshalling-version>1.4.10.Final</jboss-marshalling-version>
<jboss-transaction-spi-version>7.6.1.Final</jboss-transaction-spi-version>
<jboss-xnio-version>3.8.14.Final</jboss-xnio-version>