From f09e19264df83771b90f6278d995e4a7e835fee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:56:29 +0000 Subject: [PATCH] chore(deps): 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] --- plugins/editor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/editor/build.gradle.kts b/plugins/editor/build.gradle.kts index 653bbe0..7f1c253 100644 --- a/plugins/editor/build.gradle.kts +++ b/plugins/editor/build.gradle.kts @@ -10,7 +10,7 @@ project.version = "0.0.8" dependencies { testImplementation(kotlin("test")) compileOnly(project(":")) - implementation("com.fifesoft:rsyntaxtextarea:3.6.1") + implementation("com.fifesoft:rsyntaxtextarea:3.6.2") implementation("com.fifesoft:languagesupport:3.4.0") implementation("com.fifesoft:autocomplete:3.3.2") }