From 8b184ad4e220623b6b3cef9b2b7b752cbe2b5615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:02:09 +0000 Subject: [PATCH] Bump languagesupport from 3.1.1 to 3.1.4 Bumps [languagesupport](https://github.com/bobbylight/RSTALanguageSupport) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/bobbylight/RSTALanguageSupport/releases) - [Commits](https://github.com/bobbylight/RSTALanguageSupport/compare/3.1.1...3.1.4) --- updated-dependencies: - dependency-name: com.fifesoft:languagesupport dependency-type: direct:production update-type: version-update:semver-patch ... 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..6cb689a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -44,7 +44,7 @@ dependencies { api 'com.github.DeflatedPickle:pumpernickel:9fb38d8acc' api 'com.fifesoft:rsyntaxtextarea:3.1.2' - api 'com.fifesoft:languagesupport:3.1.1' + api 'com.fifesoft:languagesupport:3.1.4' api 'com.fifesoft:spellchecker:3.1.1' api 'com.fifesoft:autocomplete:3.1.1' api 'com.fifesoft:rstaui:3.1.1'