This is an automated email from the ASF dual-hosted git repository.
pmouawad 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 87895ec Upgrade darklaf to fix 2 issues in GUI with FileDialog and ArrayIndexOutOfBoundsException
in JTree
87895ec is described below
commit 87895ec15f2a728c2b59b2ee462a15b5cac7a239
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Sat Apr 25 10:55:31 2020 +0200
Upgrade darklaf to fix 2 issues in GUI with FileDialog and ArrayIndexOutOfBoundsException
in JTree
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 02d475b..be27415 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -66,7 +66,7 @@ commons-math3.version=3.6.1
commons-net.version=3.6
commons-pool2.version=2.8.0
commons-text.version=1.8
-darklaf.version=2.0.2
+darklaf.version=2.0.3
dec.version=0.1.2
dnsjava.version=2.1.9
equalsverifier.version=3.1.13
|