Skip to content

Commit

Permalink
fix(deps): update com.miglayout to v11
Browse files Browse the repository at this point in the history
Fixes #5894
  • Loading branch information
renovate-bot authored and vlsi committed Nov 24, 2023
1 parent 1c58dad commit caa75ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions checksum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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' />
Expand Down
4 changes: 2 additions & 2 deletions src/bom-thirdparty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit caa75ce

Please sign in to comment.