From ed96caed61d524467ec57cfe4a2f1f7c0823532f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 00:49:22 +0000 Subject: [PATCH] Bump rstaui from 3.1.2 to 3.3.0 Bumps [rstaui](https://github.com/bobbylight/RSTAUI) from 3.1.2 to 3.3.0. - [Release notes](https://github.com/bobbylight/RSTAUI/releases) - [Commits](https://github.com/bobbylight/RSTAUI/compare/3.1.2...3.3.0) --- updated-dependencies: - dependency-name: com.fifesoft:rstaui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e070be5c36..e31a9370bd 100644 --- a/build.gradle +++ b/build.gradle @@ -385,7 +385,7 @@ dependencies { // For syntax highlighting in macro editor implementation group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '3.1.3' // https://mvnrepository.com/artifact/com.fifesoft/rsyntaxtextarea - implementation group: 'com.fifesoft', name: 'rstaui', version: '3.1.2' // https://mvnrepository.com/artifact/com.fifesoft/rstaui + implementation group: 'com.fifesoft', name: 'rstaui', version: '3.3.0' // https://mvnrepository.com/artifact/com.fifesoft/rstaui implementation group: 'com.fifesoft', name: 'autocomplete', version: '3.1.2' // https://mvnrepository.com/artifact/com.fifesoft/autocomplete // For simple xml work in Hero Lab integration