From b1c5f0e106e63cdb988909d08b921a0fe35acf6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 06:37:11 +0000 Subject: [PATCH] Bump aeron-driver from 1.28.2 to 1.31.0 Bumps [aeron-driver](https://github.com/real-logic/aeron) from 1.28.2 to 1.31.0. - [Release notes](https://github.com/real-logic/aeron/releases) - [Commits](https://github.com/real-logic/aeron/compare/1.28.2...1.31.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0b17dc..ae9f265 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ configurations { dependencies { compile 'io.vertx:vertx-core:3.7.0' compile 'com.aitusoftware:aether:0.2.1' - compile 'io.aeron:aeron-driver:1.28.2' + compile 'io.aeron:aeron-driver:1.31.0' compile 'io.aeron:aeron-client:1.28.2' compile 'com.google.code.gson:gson:2.8.5' testCompile group: 'com.google.truth', name: 'truth', version: '0.42'