From 4c972719f8b4a4416abc64ab8a1f8871d56f239d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:10:59 +0000 Subject: [PATCH] Bump com.miglayout:miglayout-swing from 11.0 to 11.1 Bumps [com.miglayout:miglayout-swing](https://github.com/mikaelgrev/miglayout) from 11.0 to 11.1. - [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.0...v11.1) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index df737c9..8581020 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { implementation("com.github.anas-elgarhy:alquran-cloud-api:v0.4.2-v1") - implementation("com.miglayout:miglayout-swing:11.0") + implementation("com.miglayout:miglayout-swing:11.1") // implementation("com.github.goxr3plus:java-stream-player:10.0.2") implementation("com.googlecode.soundlibs:jlayer:1.0.1.4")