pjfanning commented on code in PR #1589:
URL: https://github.com/apache/pekko/pull/1589#discussion_r1886965049
##########
.scala-steward.conf:
##########
@@ -11,6 +11,10 @@ updates.pin = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version =
"3." }
# aeron 1.46 requires Java 17
{ groupId = "io.aeron", version = "1.45." }
+ # agrona 1.23 requires Java 17
+ { groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
Review Comment:
the problem is that with scala steward, we might accept the aeron update and
forget the agrona one - with this change, we will be warned about a new jar -
we don't need to merge it but we can research if the change is a good idea
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]