raboof commented on code in PR #2461:
URL: https://github.com/apache/pekko/pull/2461#discussion_r2510453949


##########
project/Dependencies.scala:
##########
@@ -32,7 +32,7 @@ object Dependencies {
   val aeronVersion = "1.48.7"
   // needs to be inline with the aeron version, check
   // https://github.com/aeron-io/aeron/blob/master/gradle/libs.versions.toml
-  val agronaVersion = "2.3.1"
+  val agronaVersion = "2.3.2"

Review Comment:
   Please mind the comment above: agrona (apparently) needs to be in line with 
aeron.
   
   This means 2.3.2 is wrong - but 2.3.1 is _also_ wrong, as 
https://github.com/aeron-io/aeron/blob/1.48.7/gradle/libs.versions.toml 
specifies 2.2.4 - i.e. we already went wrong in #2446 and #2280.
   
   I'll exclude agrona from scala-steward (and then we just need to be careful 
with aeron updates...)



-- 
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]

Reply via email to