From 6177866a77ae02b9d3430ca13d476585a381a83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:03:37 +0000 Subject: [PATCH] Bump ascii-table from 1.7.0 to 1.8.0 Bumps [ascii-table](https://github.com/freva/ascii-table) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](https://github.com/freva/ascii-table/compare/1.7.0...1.8.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 f43731d5da..3e9ece84ca 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.7.0' + implementation 'com.github.freva:ascii-table:1.8.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'