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 98c22c000a fix(deps): update com.miglayout to v11.4.3
98c22c000a is described below
commit 98c22c000ac9ce8e7dd8d286300a1521beabc66e
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Mar 2 02:16:58 2026 +0000
fix(deps): update com.miglayout to v11.4.3
---
src/bom-thirdparty/build.gradle.kts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 4ebfc057ba..c89a6b3163 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -56,8 +56,8 @@ dependencies {
api("com.helger:ph-css:8.1.0")
api("com.fasterxml.woodstox:woodstox-core:7.1.1")
api("com.jayway.jsonpath:json-path:2.10.0")
- api("com.miglayout:miglayout-core:11.4.2")
- api("com.miglayout:miglayout-swing:11.4.2")
+ api("com.miglayout:miglayout-core:11.4.3")
+ api("com.miglayout:miglayout-swing:11.4.3")
api("com.sun.activation:javax.activation:1.2.0")
api("com.thoughtworks.xstream:xstream:1.4.21")
api("commons-codec:commons-codec:1.20.0")