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 caa75cecb1 fix(deps): update com.miglayout to v11
caa75cecb1 is described below
commit caa75cecb12a3ab96f4e08a909c696dc997917a9
Author: Mend Renovate <[email protected]>
AuthorDate: Sun Oct 8 10:49:24 2023 +0000
fix(deps): update com.miglayout to v11
Fixes https://github.com/apache/jmeter/pull/5894
---
checksum.xml | 1 +
src/bom-thirdparty/build.gradle.kts | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/checksum.xml b/checksum.xml
index b0e6bc50d7..dd8bb45ac4 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -57,6 +57,7 @@
<trusted-key id='670be7d076a0c89f5f07625ae57428da9e879e7d'
group='com.helger.commons' />
<trusted-key id='41d266db4427983a1a4afb0c3684155e9365c30e'
group='com.jayway.jsonpath' />
<trusted-key id='34d6ff19930adf43ac127792a50569c7ca7fa1f0'
group='com.jcraft' />
+ <trusted-key id='764be739ddae10f4473fecf0aef385ed6ca815ae'
group='com.miglayout' />
<trusted-key id='817ea1255546d6070a23aa00db45d3a62a183ce2'
group='com.miglayout' />
<trusted-key id='adbc987d1a7b91db6b0aaa81995efbf4a3d20beb'
group='com.pinterest' />
<trusted-key id='adbc987d1a7b91db6b0aaa81995efbf4a3d20beb'
group='com.pinterest.ktlint' />
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 1e01c95d6c..b1c18ba7b6 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -58,8 +58,8 @@ dependencies {
api("com.helger.commons:ph-commons:10.2.5")
api("com.helger:ph-css:6.5.0")
api("com.jayway.jsonpath:json-path:2.8.0")
- api("com.miglayout:miglayout-core:5.3")
- api("com.miglayout:miglayout-swing:5.3")
+ api("com.miglayout:miglayout-core:11.2")
+ api("com.miglayout:miglayout-swing:11.2")
api("com.sun.activation:javax.activation:1.2.0")
api("com.thoughtworks.xstream:xstream:1.4.20")
api("commons-codec:commons-codec:1.15")