From cc7f6e78a02d210a5baf49187405ba3cc57a12e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:07:18 +0000 Subject: [PATCH] Bump rsyntaxtextarea from 3.2.0 to 3.3.0 Bumps [rsyntaxtextarea](https://github.com/bobbylight/RSyntaxTextArea) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/bobbylight/RSyntaxTextArea/releases) - [Commits](https://github.com/bobbylight/RSyntaxTextArea/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea 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 5469695e..a694b596 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -46,7 +46,7 @@ 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.3.0' api 'com.fifesoft:languagesupport:3.1.4' api 'com.fifesoft:spellchecker:3.2.0' api 'com.fifesoft:autocomplete:3.2.0'