You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/28 17:05:31 UTC

[jmeter] branch master updated: fix(deps): update dependency com.fifesoft:rsyntaxtextarea to v3.3.3 (#5847)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ef3979381 fix(deps): update dependency com.fifesoft:rsyntaxtextarea to v3.3.3 (#5847)
9ef3979381 is described below

commit 9ef39793817c92aec2c5c465f4fd14c454462c30
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 19:05:25 2023 +0200

    fix(deps): update dependency com.fifesoft:rsyntaxtextarea to v3.3.3 (#5847)
---
 src/bom-thirdparty/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts
index 499797339e..cc43a6dfff 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
         api("com.fasterxml.jackson.core:jackson-annotations:2.13.4")
         api("com.fasterxml.jackson.core:jackson-core:2.13.4")
         api("com.fasterxml.jackson.core:jackson-databind:2.13.4.2")
-        api("com.fifesoft:rsyntaxtextarea:3.2.0")
+        api("com.fifesoft:rsyntaxtextarea:3.3.3")
         api("com.formdev:svgSalamander:1.1.2.4")
         api("com.github.ben-manes.caffeine:caffeine:2.9.3")
         api("com.github.weisj:darklaf-core:2.7.3")