From adc8bf2cf810c1c4d7e9f4b1f647cf6044b8d400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:01:20 +0000 Subject: [PATCH] Bump spellchecker from 3.1.1 to 3.2.0 Bumps [spellchecker](https://github.com/bobbylight/SpellChecker) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/bobbylight/SpellChecker/releases) - [Commits](https://github.com/bobbylight/SpellChecker/compare/3.1.1...3.2.0) --- updated-dependencies: - dependency-name: com.fifesoft:spellchecker 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 a5da0c7..c55240c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -45,7 +45,7 @@ dependencies { api 'com.fifesoft:rsyntaxtextarea:3.1.2' api 'com.fifesoft:languagesupport:3.1.1' - api 'com.fifesoft:spellchecker:3.1.1' + api 'com.fifesoft:spellchecker:3.2.0' api 'com.fifesoft:autocomplete:3.1.1' api 'com.fifesoft:rstaui:3.1.1' api 'de.tisoft.rsyntaxtextarea:rsyntaxtextarea-antlr4-extension:0.0.2'