From ef1a0c2ddb42b8edc72f09f271cdc0eb9919495a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:41:59 +0000 Subject: [PATCH] Bump miglayout-swing from 4.2 to 11.0 Bumps [miglayout-swing](https://github.com/mikaelgrev/miglayout) from 4.2 to 11.0. - [Release notes](https://github.com/mikaelgrev/miglayout/releases) - [Commits](https://github.com/mikaelgrev/miglayout/compare/miglayout-parent-4.2...V11.0) --- updated-dependencies: - dependency-name: com.miglayout:miglayout-swing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 086f1db..318b1c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ repositories { dependencies { implementation(enforcedPlatform("org.jboss.forge:forge-bom:${forgeVersion}")) - implementation("com.miglayout:miglayout-swing:4.2") + implementation("com.miglayout:miglayout-swing:11.0") implementation("org.jboss.logmanager:jboss-logmanager:1.4.1.Final") implementation("org.jboss.forge.furnace:furnace-se") implementation("org.jboss.forge.addon:facets-api")