From 9c986fb8f22e1ffd748db11b5355168bff0c3374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:08:59 +0000 Subject: [PATCH] Bump com.fifesoft:spellchecker from 3.2.0 to 3.4.1 Bumps [com.fifesoft:spellchecker](https://github.com/bobbylight/SpellChecker) from 3.2.0 to 3.4.1. - [Release notes](https://github.com/bobbylight/SpellChecker/releases) - [Commits](https://github.com/bobbylight/SpellChecker/compare/3.2.0...3.4.1) --- updated-dependencies: - dependency-name: com.fifesoft:spellchecker dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 66ace489..429b786d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -38,11 +38,11 @@ dependencies { // api 'com.github.mickleness:pumpernickel:7721e5641f' // api 'com.github.DeflatedPickle:pumpernickel:9fb38d8acc' - api 'com.fifesoft:rsyntaxtextarea:3.2.0' + api 'com.fifesoft:rsyntaxtextarea:3.4.1' api 'com.fifesoft:languagesupport:3.1.4' - api 'com.fifesoft:spellchecker:3.2.0' - api 'com.fifesoft:autocomplete:3.2.0' - api 'com.fifesoft:rstaui:3.2.0' + api 'com.fifesoft:spellchecker:3.4.1' + api 'com.fifesoft:autocomplete:3.4.1' + api 'com.fifesoft:rstaui:3.4.1' api 'de.tisoft.rsyntaxtextarea:rsyntaxtextarea-antlr4-extension:0.0.3' // Docking framework