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 1b007238727 chore(deps): Bump cometd-java-server-version from 8.0.7 to 8.0.8 (#18047) 1b007238727 is described below commit 1b0072387271f097312fb1b23dae8d664fa53156 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed May 14 16:02:59 2025 +0200 chore(deps): Bump cometd-java-server-version from 8.0.7 to 8.0.8 (#18047) Bumps `cometd-java-server-version` from 8.0.7 to 8.0.8. Updates `org.cometd.java:cometd-java-server-websocket-jetty` from 8.0.7 to 8.0.8 Updates `org.cometd.java:cometd-java-server-http-jakarta` from 8.0.7 to 8.0.8 --- updated-dependencies: - dependency-name: org.cometd.java:cometd-java-server-websocket-jetty dependency-version: 8.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.cometd.java:cometd-java-server-http-jakarta dependency-version: 8.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index c2c9e3846a6..18a0c4a4602 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -100,7 +100,7 @@ <classgraph-version>4.8.179</classgraph-version> <cloudant-version>0.10.3</cloudant-version> <cometd-java-client-version>8.0.8</cometd-java-client-version> - <cometd-java-server-version>8.0.7</cometd-java-server-version> + <cometd-java-server-version>8.0.8</cometd-java-server-version> <commons-beanutils-version>1.9.4</commons-beanutils-version> <commons-codec-version>1.18.0</commons-codec-version> <commons-collections-version>3.2.2</commons-collections-version>