This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 3b2790c345d chore(deps): Bump io.opentelemetry:opentelemetry-bom-alpha
(#19251)
3b2790c345d is described below
commit 3b2790c345d8a38e7740b31fbba7e7a1385399ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 19 09:21:25 2025 +0200
chore(deps): Bump io.opentelemetry:opentelemetry-bom-alpha (#19251)
Bumps
[io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java)
from 1.54.0-alpha to 1.54.1-alpha.
- [Release
notes](https://github.com/open-telemetry/opentelemetry-java/releases)
-
[Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)
---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
dependency-version: 1.54.1-alpha
dependency-type: direct:production
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>
---
components/camel-opentelemetry/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-opentelemetry/pom.xml
b/components/camel-opentelemetry/pom.xml
index fb2f31c167e..b68ee7394c7 100644
--- a/components/camel-opentelemetry/pom.xml
+++ b/components/camel-opentelemetry/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom-alpha</artifactId>
- <version>1.54.0-alpha</version>
+ <version>1.54.1-alpha</version>
<type>pom</type>
<scope>import</scope>
</dependency>