From 178570b48b415b7302520420ff8c75c6854b6cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:58:52 +0000 Subject: [PATCH] Bump ascii-table from 1.6.0 to 1.7.0 Bumps [ascii-table](https://github.com/freva/ascii-table) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](https://github.com/freva/ascii-table/compare/1.6.0...1.7.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 b20a042c6a..99cc5d6665 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -63,7 +63,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.6.0' + implementation 'com.github.freva:ascii-table:1.7.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'