Replies: 2 comments 5 replies
-
We're not going to release a patch just to update a test dependency. We can backport the main branch PR that updated the dependency to 1.0.x branch. We use Scala Steward on main branch. When we release 1.0.3 then that backport will be released. |
Beta Was this translation helpful? Give feedback.
4 replies
-
This module is only used in pekko for jmh bench, so it should be safe, we can update it and backport to 1.0.x |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there interest to upgrade
com.github.jnr:jnr-posix
to the latest available version https://mvnrepository.com/artifact/com.github.jnr/jnr-posix/3.1.19 and release a patch of v1.0.2?This is related to https://security.snyk.io/vuln/SNYK-JAVA-COMGITHUBJNR-1570422 -- if there is interest I can make the PR.
It's a transitive dependency on
org.apache.pekko:pekko-bench-jmh
and looks like a test only dependency.Beta Was this translation helpful? Give feedback.
All reactions