From e75cb51471076553b49e2b744167e3f3ae1af37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:05:55 +0000 Subject: [PATCH] Bump com.fifesoft:languagesupport from 3.1.4 to 3.4.1 Bumps [com.fifesoft:languagesupport](https://github.com/bobbylight/RSTALanguageSupport) from 3.1.4 to 3.4.1. - [Release notes](https://github.com/bobbylight/RSTALanguageSupport/releases) - [Commits](https://github.com/bobbylight/RSTALanguageSupport/compare/3.1.4...3.4.1) --- updated-dependencies: - dependency-name: com.fifesoft:languagesupport dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 66ace489..75ec9bf0 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -39,7 +39,7 @@ dependencies { // api 'com.github.DeflatedPickle:pumpernickel:9fb38d8acc' api 'com.fifesoft:rsyntaxtextarea:3.2.0' - api 'com.fifesoft:languagesupport:3.1.4' + api 'com.fifesoft:languagesupport:3.4.1' api 'com.fifesoft:spellchecker:3.2.0' api 'com.fifesoft:autocomplete:3.2.0' api 'com.fifesoft:rstaui:3.2.0'