From dc6be69860dae225a1624f3e821d73d9a9ae741b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:52:38 +0000 Subject: [PATCH] Bump com.github.freva:ascii-table from 1.8.0 to 1.9.0 Bumps [com.github.freva:ascii-table](https://github.com/freva/ascii-table) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](https://github.com/freva/ascii-table/commits) --- updated-dependencies: - dependency-name: com.github.freva:ascii-table dependency-version: 1.9.0 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 20838cd4bb..280d482687 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion" implementation "com.sigpwned:jackson-modules-java17-sealed-classes:2.19.0.0" - implementation 'com.github.freva:ascii-table:1.8.0' + implementation 'com.github.freva:ascii-table:1.9.0' implementation 'io.github.url-detector:url-detector:0.1.23'