From 50034c17cf9702aa3379e4378228907664dd1623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:39:13 +0000 Subject: [PATCH] Bump com.miglayout:miglayout-swing from 11.2 to 11.3 Bumps [com.miglayout:miglayout-swing](https://github.com/mikaelgrev/miglayout) from 11.2 to 11.3. - [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.2...v11.3) --- 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 806aef3..c479e56 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { implementation("com.github.anas-elgarhy:alquran-cloud-api:0.4.5") - implementation("com.miglayout:miglayout-swing:11.2") + implementation("com.miglayout:miglayout-swing:11.3") // implementation("com.github.goxr3plus:java-stream-player:10.0.2") implementation("com.googlecode.soundlibs:jlayer:1.0.1.4")