From c6b36602baddc64591d4e8a39828d9075007c69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 12:02:41 +0000 Subject: [PATCH] Bump languagesupport from 3.1.1 to 3.1.3 Bumps [languagesupport](https://github.com/bobbylight/RSTALanguageSupport) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/bobbylight/RSTALanguageSupport/releases) - [Commits](https://github.com/bobbylight/RSTALanguageSupport/compare/3.1.1...3.1.3) --- 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..467687f 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.3' api 'com.fifesoft:spellchecker:3.1.1' api 'com.fifesoft:autocomplete:3.1.1' api 'com.fifesoft:rstaui:3.1.1'