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 d83b38a8 build(deps): bump org.jolokia:jolokia-agent-jvm from 2.1.0 to 2.1.1 d83b38a8 is described below commit d83b38a862579368f7588b2946f132a045265592 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Sep 12 19:14:04 2024 +0000 build(deps): bump org.jolokia:jolokia-agent-jvm from 2.1.0 to 2.1.1 Bumps org.jolokia:jolokia-agent-jvm from 2.1.0 to 2.1.1. --- updated-dependencies: - dependency-name: org.jolokia:jolokia-agent-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- 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 67d63bb1..26ce8c8b 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.1.0</jolokia-version> + <jolokia-version>2.1.1</jolokia-version> <maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version> <maven-version>3.8.6</maven-version> <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>