From 0489b1509fb1c5239412e29be85142e5874961f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:25:11 +0000 Subject: [PATCH] Bump ascii-table from 1.3.0 to 1.4.0 Bumps [ascii-table](https://github.com/freva/ascii-table) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](https://github.com/freva/ascii-table/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: com.github.freva:ascii-table dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index b239730637..c36956258d 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' - implementation 'com.github.freva:ascii-table:1.3.0' + implementation 'com.github.freva:ascii-table:1.4.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'