oscerd commented on PR #26884: URL: https://github.com/apache/camel/pull/26884#issuecomment-5829407760
The red `build` checks here are an unrelated flaky integration test, not this bump. Both jobs failed on the same module: ``` Camel :: Zookeeper ... FAILURE [~10 min] maven-failsafe-plugin:verify (default) on project camel-zookeeper: There was a timeout in the fork ``` That is the container-based `camel-zookeeper` IT timing out in the forked JVM on the full-reactor run this dependency pulls in — it does not touch the bumped library. The timeout is intermittent (other broad bumps merged green in the same window), so a fresh run should pass. @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
