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
commit ad083e60fd05e00c20148fcd0e5301c40c16bbf9 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Fri Nov 24 10:32:37 2023 +0300 Revert "fix(deps): update com.miglayout to v11" This reverts commit caa75cecb12a3ab96f4e08a909c696dc997917a9. --- checksum.xml | 1 - src/bom-thirdparty/build.gradle.kts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/checksum.xml b/checksum.xml index dd8bb45ac4..b0e6bc50d7 100644 --- a/checksum.xml +++ b/checksum.xml @@ -57,7 +57,6 @@ <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 b1c18ba7b6..1e01c95d6c 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:11.2") - api("com.miglayout:miglayout-swing:11.2") + api("com.miglayout:miglayout-core:5.3") + api("com.miglayout:miglayout-swing:5.3") api("com.sun.activation:javax.activation:1.2.0") api("com.thoughtworks.xstream:xstream:1.4.20") api("commons-codec:commons-codec:1.15")
