From 68bd8833051a83bf85182732ac3e3f7542abd920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 02:16:43 +0000 Subject: [PATCH] chore(deps): bump com.fifesoft:rsyntaxtextarea from 3.6.0 to 3.6.1 Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases) - [Commits](https://github.com/bobbylight/rsyntaxtextarea/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea dependency-version: 3.6.1 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 1ba9e4c..653bbe0 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.0") + implementation("com.fifesoft:rsyntaxtextarea:3.6.1") implementation("com.fifesoft:languagesupport:3.4.0") implementation("com.fifesoft:autocomplete:3.3.2") }