From bd475429167d256a6f00ad5242db4c008551bef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 09:03:12 +0000 Subject: [PATCH] Bump com.fifesoft:rsyntaxtextarea from 3.6.2 to 3.6.3 Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases) - [Commits](https://github.com/bobbylight/rsyntaxtextarea/compare/3.6.2...3.6.3) --- updated-dependencies: - dependency-name: com.fifesoft:rsyntaxtextarea dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 011eb9e6..6ed9898a 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation group: 'org.apache.logging.log4j', name: 'log4j-iostreams', version: '2.26.0' annotationProcessor 'org.apache.logging.log4j:log4j-core:2.26.0' - implementation group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '3.6.2' + implementation group: 'com.fifesoft', name: 'rsyntaxtextarea', version: '3.6.3' //see studio.ui.chart.patched folder for the patch for jfreechart. // It will require review during the jfreechart upgrade. implementation group: 'org.jfree', name: 'jfreechart', version: '1.5.3'