Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle transitive buildscript dependencies that were only present in JCenter #1

Closed
wants to merge 1 commit into from

Conversation

clayburn
Copy link
Owner

@clayburn clayburn commented Aug 1, 2024

This change fixes the broken Samza build by rewriting some buildscript dependencies that were only present in JCenter, which is now shutdown. In particular, com.burgstaller:okhttp-digest:1.10 and org.ysb33r.gradle:grolifant:0.12, transitive dependencies of com.github.jruby-gradle:jruby-gradle-plugin:2.0.2, only existed in JCenter.

The change:

  • Rewrites the group of okhttp-digest from com.burgstaller to io.github.rburgst
  • Updates okhttp-digest from 1.10 to 1.21
  • Updates grolifant from 0.12 to 0.12.1

Ideally, jruby-gradle-plugin, which transitively depends on these plugins would be updated to resolve these issue, but this change fixes the problems in the meantime. The plugin has not been updated or released in quite some time. This PR has not well-tested to see how compatible these new versions are with the Samza build.

For more information, see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant