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

Cassandra: overwrite Netty to 4.1.52 #2416

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Conversation

ennru
Copy link
Member

@ennru ennru commented Sep 17, 2020

Fixes #2400

@probot-autolabeler probot-autolabeler bot added the dependency-change For PRs changing the version of a dependency. label Sep 17, 2020
@ennru ennru merged commit a47cd3c into akka:master Sep 17, 2020
@ennru ennru deleted the cassandra-netty branch September 17, 2020 08:28
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion % Provided
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion % Provided,
// evict Cassandra's 4.1.45 version to avoid https://github.com/advisories/GHSA-mm9x-g8pc-w292
"io.netty" % "netty-handler" % "4.1.52.Final"
Copy link
Member

Choose a reason for hiding this comment

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

before releasing I think we should verify by using this version of alpakka-cassandra in akka-projection and akka-persistence-cassandra and verify that all netty versions are aligned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-change For PRs changing the version of a dependency. p:cassandra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Security vulnerability in Netty 4.1.45 via Cassandra java-driver-core 4.6.1
3 participants