This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 798793e418 Update aeron-client, aeron-driver to 1.45.0 (#1452)
798793e418 is described below

commit 798793e4181cbcf62bb1de8b55178011bb3afaef
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 27 11:37:28 2024 +0100

    Update aeron-client, aeron-driver to 1.45.0 (#1452)
    
    * Update aeron-client, aeron-driver to 1.45.0
    
    * agrona version
    
    * remove dependency override
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8f25e9c55d..0efa6dc1a3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -30,10 +30,10 @@ object Dependencies {
   val junit5Version = "5.11.0"
   val slf4jVersion = "2.0.16"
   // check agrona version when updating this
-  val aeronVersion = "1.44.1"
+  val aeronVersion = "1.45.0"
   // needs to be inline with the aeron version, check
   // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
-  val agronaVersion = "1.21.1"
+  val agronaVersion = "1.22.0"
   val bouncyCastleVersion = "1.78.1"
   val nettyVersion = "4.1.112.Final"
   val logbackVersion = "1.3.14"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to