skepticoitusInteruptus opened a new pull request #6783: URL: https://github.com/apache/camel/pull/6783
This proposed file change is kind of related to "[_3rd party dependency or pom.xml refers to bintray_](https://bit.ly/caml16787)". It is not obvious exactly which artifacts in Camel's dependency graph have a transient dependency on `org.apache.any23:apache-any23:2.4` For some reason or another though, at least three dependencies trigger an attempt to download `org.apache.any23:apache-any23:2.4`: 1. `com.google.guava:guava` 2. `com.google.code.findbugs:jsr305` 3. `org.slf4j:slf4j-api` Those download attempts try to resolve `apache-any23:2.4`'s pom. That pom is [_configured with a bintray repository that is unreachable_](https://bit.ly/any2324). That unreachable bintray repository [_has been removed from `org.apache.any23:apache-any23:2.6`_](https://bit.ly/any2326). This pull request proposes that [_camel-dependencies-pom-template.xml_](https://bit.ly/camDepPom) be upgraded from `apache-any23:2.4` to `2.6` — [_like the parent/pom.xml was_](https://bit.ly/papaPom). That previous upgrade to `apache-any23:2.6` in the parent pom will have resolved [_the WARNING reported in 16787_](https://bit.ly/caml16787). -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org