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

Update protobuf dependency in tests #1537

Merged
merged 3 commits into from
Sep 28, 2022
Merged

Update protobuf dependency in tests #1537

merged 3 commits into from
Sep 28, 2022

Conversation

patriknw
Copy link
Member

CVE-2021-22569, but only in test code.

@@ -269,7 +269,7 @@ lazy val tests = project
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
"org.mockito" % "mockito-core" % "4.7.0" % Test,
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.10.11" % Test
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.11" % Test
Copy link
Member Author

Choose a reason for hiding this comment

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

this depends on protobuf-java 3.19.2, but latest patch 3.19.5 should be fine

@patriknw patriknw force-pushed the wip-proto-dep-patriknw branch from 1733ad0 to e8da1ad Compare September 28, 2022 11:13
@patriknw patriknw merged commit 1cbccbb into master Sep 28, 2022
@patriknw patriknw deleted the wip-proto-dep-patriknw branch September 28, 2022 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant