From ab78a9485c2371fd25195e08ed857e00bcff54c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:34:58 +0000 Subject: [PATCH] build(deps): bump com.fifesoft:rsyntaxtextarea from 4.0.0 to 4.0.1 Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases) - [Commits](https://github.com/bobbylight/rsyntaxtextarea/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client.diff/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.diff/build.gradle b/client.diff/build.gradle index 5f327c6f..c603d28d 100644 --- a/client.diff/build.gradle +++ b/client.diff/build.gradle @@ -11,6 +11,6 @@ dependencies { implementation 'com.sparkjava:spark-core:2.9.4' implementation 'org.slf4j:slf4j-nop:2.0.18' implementation 'it.unimi.dsi:fastutil:8.5.19' - implementation 'com.fifesoft:rsyntaxtextarea:4.0.0' + implementation 'com.fifesoft:rsyntaxtextarea:4.0.1' implementation 'com.j2html:j2html:1.6.0' } \ No newline at end of file