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

chore: Remove cli. Update dependencies #344

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

jamespfaulkner
Copy link
Contributor

stream-registry PR

  • Remove the cli module. Talking direct to the underlying kafka topic is no longer reccomended.
  • Updated various dependencies to fix CVEs.

Note

There is one CVE still present, plexus-utils. This is only used by the stream-registry-graphql-maven-plugin and doesn't make it into production code.

Ideally we'd want to upgrade to a newer maven-plugin-api, but I haven't investigated if that would require users to run on a later version of maven so this is left for now.

PR Checklist Forms

  • CHANGELOG.md updated
  • Reviewer assigned
  • PR assigned (presumably to submitter)
  • Labels added (enhancement, bug, documentation)

@@ -53,10 +53,6 @@
<artifactId>graphiql-spring-boot-starter</artifactId>
<version>${graphiql-spring-boot.version}</version>
</dependency>
<dependency>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't see any uses for this. Removing doesn't cause any test issues here or in the couple of dependant projects I updated.

@jamespfaulkner jamespfaulkner merged commit 50a9b91 into master Nov 27, 2023
2 checks passed
@jamespfaulkner jamespfaulkner deleted the chore/STREAMP-10297/upgrade-deps branch November 27, 2023 13:37
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.

3 participants