hubcio opened a new pull request, #3478: URL: https://github.com/apache/iggy/pull/3478
examples/java declares the published coordinate org.apache.iggy:iggy behind a local-dev placeholder and swaps it to the local build via dependency substitution in settings.gradle.kts. Dependabot does not see the substitution, so it "upgrades" local-dev to a real release (0.8.0 in PR #3473), which breaks example CI since that builds against the local tree. Ignore org.apache.iggy:* in the gradle ecosystem so our own artifact is never bumped. -- 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]
