This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 9b83c50e build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.2 to
2.0.3
9b83c50e is described below
commit 9b83c50e6de20efe62b0ce085e71fcc5afa8bb2d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 2 19:16:07 2024 +0000
build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.2 to 2.0.3
Bumps org.jolokia:jolokia-agent-jvm from 2.0.2 to 2.0.3.
---
updated-dependencies:
- dependency-name: org.jolokia:jolokia-agent-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
support/camel-k-runtime-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index e4ae8d49..4df3f1a3 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -35,7 +35,7 @@
<properties>
<!-- reproduceable builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>1722418838</project.build.outputTimestamp>
- <jolokia-version>2.0.2</jolokia-version>
+ <jolokia-version>2.0.3</jolokia-version>
<maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
<maven-version>3.8.6</maven-version>
<quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>