From 891d1f2de930c74614044df37886ef133c0115b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 01:02:03 +0000 Subject: [PATCH] Bump ascii-table from 1.4.0 to 1.6.0 Bumps [ascii-table](https://github.com/freva/ascii-table) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](https://github.com/freva/ascii-table/compare/1.4.0...1.6.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 80b59cb2a8..f90e841ffa 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -62,7 +62,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.4.0' + implementation 'com.github.freva:ascii-table:1.6.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'