Repository: bahir Updated Branches: refs/heads/master 49cde19a9 -> 3c036e9ba
[BAHIR-126] Update Akka to version 2.4.20 Address akka vulnerability: CVE-2017-5643 Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/3c036e9b Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/3c036e9b Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/3c036e9b Branch: refs/heads/master Commit: 3c036e9baa1cabf9ee1548a9c9256cdbd64f04fd Parents: 49cde19 Author: Luciano Resende <[email protected]> Authored: Wed Aug 16 10:22:13 2017 -0600 Committer: Luciano Resende <[email protected]> Committed: Wed Aug 16 10:22:13 2017 -0600 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/3c036e9b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 60fbe55..f94fa8b 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,8 @@ <!-- Streaming Akka connector --> <akka.group>com.typesafe.akka</akka.group> - <akka.version>2.3.15</akka.version> + <akka.version>2.4.20</akka.version> + <akka_zeromq.version>2.3.16</akka_zeromq.version> <protobuf.version>2.5.0</protobuf.version> <jsr305.version>3.0.1</jsr305.version> @@ -283,7 +284,7 @@ <dependency> <groupId>${akka.group}</groupId> <artifactId>akka-zeromq_${scala.binary.version}</artifactId> - <version>${akka.version}</version> + <version>${akka_zeromq.version}</version> <exclusions> <exclusion> <groupId>${akka.group}</groupId>
