From 3401b68e7e1e951db6167fc900800052083b44fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:16:26 +0000 Subject: [PATCH] Bump aeron-driver from 1.28.2 to 1.33.0 Bumps [aeron-driver](https://github.com/real-logic/aeron) from 1.28.2 to 1.33.0. - [Release notes](https://github.com/real-logic/aeron/releases) - [Commits](https://github.com/real-logic/aeron/compare/1.28.2...1.33.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..8024b8b 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.33.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'