You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/10/31 14:24:47 UTC

[bahir] branch master updated: Bump akka-actor_2.12 from 2.5.12 to 2.5.16

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

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir.git


The following commit(s) were added to refs/heads/master by this push:
     new 692ccb5  Bump akka-actor_2.12 from 2.5.12 to 2.5.16
692ccb5 is described below

commit 692ccb5cd0fd5674a0e279c39f7feebd9aa36573
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 09:35:39 2022 +0000

    Bump akka-actor_2.12 from 2.5.12 to 2.5.16
    
    Bumps [akka-actor_2.12](https://github.com/akka/akka) from 2.5.12 to 2.5.16.
    - [Release notes](https://github.com/akka/akka/releases)
    - [Commits](https://github.com/akka/akka/compare/v2.5.12...v2.5.16)
    
    ---
    updated-dependencies:
    - dependency-name: com.typesafe.akka:akka-actor_2.12
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f228659..f1d88e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
     <mqtt.paho.client>1.1.0</mqtt.paho.client>
     <!-- Streaming Akka connector -->
     <akka.group>com.typesafe.akka</akka.group>
-    <akka.version>2.5.12</akka.version>
+    <akka.version>2.5.16</akka.version>
 
     <protobuf.version>3.16.3</protobuf.version>
     <jsr305.version>3.0.1</jsr305.version>