From 2d8401fd0dda4a665fd848e61d478c4dfb258318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:12:09 +0000 Subject: [PATCH] Bump com.fifesoft:rsyntaxtextarea from 3.4.1 to 3.5.1 Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.4.1 to 3.5.1. - [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases) - [Commits](https://github.com/bobbylight/rsyntaxtextarea/compare/3.4.1...3.5.1) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea 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 1d493da..a435a22 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'commons-configuration:commons-configuration:1.10' implementation 'commons-collections:commons-collections:3.2.2' implementation 'com.sun.woodstock.dependlibs:jhall:2.0' - implementation 'com.fifesoft:rsyntaxtextarea:3.4.1' + implementation 'com.fifesoft:rsyntaxtextarea:3.5.1' implementation 'commons-logging:commons-logging-api:1.1' implementation 'commons-lang:commons-lang:2.6'