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 1c1b74061af Bump cometd-java-server-version from 8.0.0.beta1 to 8.0.0.beta2 (#13043) 1c1b74061af is described below commit 1c1b74061af34080b64179c19c4cf406c9205910 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Feb 8 09:10:55 2024 +0100 Bump cometd-java-server-version from 8.0.0.beta1 to 8.0.0.beta2 (#13043) Bumps `cometd-java-server-version` from 8.0.0.beta1 to 8.0.0.beta2. Updates `org.cometd.java:cometd-java-server-websocket-jetty` from 8.0.0.beta1 to 8.0.0.beta2 Updates `org.cometd.java:cometd-java-server-http-jakarta` from 8.0.0.beta1 to 8.0.0.beta2 --- updated-dependencies: - dependency-name: org.cometd.java:cometd-java-server-websocket-jetty dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.cometd.java:cometd-java-server-http-jakarta 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 fd776579fb3..c1ff99f3835 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -91,7 +91,7 @@ <chunk-templates-version>3.6.2</chunk-templates-version> <classgraph-version>4.8.165</classgraph-version> <cometd-java-client-version>8.0.0.beta1</cometd-java-client-version> - <cometd-java-server-version>8.0.0.beta1</cometd-java-server-version> + <cometd-java-server-version>8.0.0.beta2</cometd-java-server-version> <commons-beanutils-version>1.9.4</commons-beanutils-version> <commons-codec-version>1.16.0</commons-codec-version> <commons-collections-version>3.2.2</commons-collections-version>