From ba0a7dfc0cb2355a77eba054c83a3e0f7237db67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:52:33 +0000 Subject: [PATCH] build(deps): bump com.github.freva:ascii-table from 1.9.0 to 1.12.1 Bumps [com.github.freva:ascii-table](https://github.com/freva/ascii-table) from 1.9.0 to 1.12.1. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](https://github.com/freva/ascii-table/compare/1.9.0...1.12.1) --- updated-dependencies: - dependency-name: com.github.freva:ascii-table dependency-version: 1.12.1 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 779306418a..815908a731 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.9.0' + implementation 'com.github.freva:ascii-table:1.12.1' implementation 'io.github.url-detector:url-detector:0.1.23'