From ebd663f30168fe36990cc3a5563c6f4bd0c1ceea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 22:32:33 +0000 Subject: [PATCH] Bump com.fifesoft:rsyntaxtextarea from 3.6.1 to 3.6.2 Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases) - [Commits](https://github.com/bobbylight/rsyntaxtextarea/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ecf06f9..3c96b43 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'commons-configuration:commons-configuration:1.10' implementation 'commons-collections:commons-collections:3.2.2' implementation 'com.sun.woodstock.dependlibs:jhall:2.0' - implementation 'com.fifesoft:rsyntaxtextarea:3.6.1' + implementation 'com.fifesoft:rsyntaxtextarea:3.6.2' implementation 'commons-logging:commons-logging-api:1.1' implementation 'org.apache.commons:commons-lang3:3.20.0'