From 89093d3ab971b725b1d9bd3a403a0120f7f1b660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 05:36:56 +0000 Subject: [PATCH] Bump gson from 2.8.5 to 2.8.7 Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.7. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.7) 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..f470b78 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ dependencies { compile 'com.aitusoftware:aether:0.2.1' compile 'io.aeron:aeron-driver:1.28.2' compile 'io.aeron:aeron-client:1.28.2' - compile 'com.google.code.gson:gson:2.8.5' + compile 'com.google.code.gson:gson:2.8.7' testCompile group: 'com.google.truth', name: 'truth', version: '0.42' testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.6.2'