From cfe2459ee5818ac51444ef06fbb2484f81b141b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:35:14 +0000 Subject: [PATCH] build(deps): bump com.fifesoft:rsyntaxtextarea from 3.6.2 to 3.6.3 Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases) - [Commits](https://github.com/bobbylight/rsyntaxtextarea/compare/3.6.2...3.6.3) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea dependency-version: 3.6.3 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 85d6fadf..d9d7f539 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.18' - implementation 'com.fifesoft:rsyntaxtextarea:3.6.2' + implementation 'com.fifesoft:rsyntaxtextarea:3.6.3' implementation 'com.j2html:j2html:1.6.0' } \ No newline at end of file