From d4b1d6798db5b21412ce37e3b0a0d1a4641798e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:25:13 +0000 Subject: [PATCH] Bump com.miglayout:miglayout-swing from 11.1 to 11.2 Bumps [com.miglayout:miglayout-swing](https://github.com/mikaelgrev/miglayout) from 11.1 to 11.2. - [Release notes](https://github.com/mikaelgrev/miglayout/releases) - [Changelog](https://github.com/mikaelgrev/miglayout/blob/master/release.txt) - [Commits](https://github.com/mikaelgrev/miglayout/compare/v11.1...v11.2) --- updated-dependencies: - dependency-name: com.miglayout:miglayout-swing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 787a5ad52d..d9c73e5540 100644 --- a/build.gradle +++ b/build.gradle @@ -515,7 +515,7 @@ dependencies { // intellij forms runtime implementation 'com.jetbrains.intellij.java:java-gui-forms-rt:232.9921.53' // layout for forms created in code - implementation 'com.miglayout:miglayout-swing:11.1' + implementation 'com.miglayout:miglayout-swing:11.2' implementation 'com.github.jknack:handlebars:4.3.1' implementation 'com.github.jknack:handlebars-helpers:4.3.1'