fix(deps): update com.miglayout to v11

Fixes https://github.com/apache/jmeter/pull/5894
This commit is contained in:
Mend Renovate 2023-10-08 10:49:24 +00:00 committed by Vladimir Sitnikov
parent 1c58dad1a6
commit caa75cecb1
2 changed files with 3 additions and 2 deletions

View File

@ -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' />

View File

@ -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")