From ad3a93ab8d6e436d57b30685bb0ce5689ecdc1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:28 +0000 Subject: [PATCH] Bump alquran-cloud-api from 0.4.0-v1 to 0.4.1-v1 Bumps [alquran-cloud-api](https://github.com/anas-elgarhy/alquran-cloud-api) from 0.4.0-v1 to 0.4.1-v1. - [Release notes](https://github.com/anas-elgarhy/alquran-cloud-api/releases) - [Commits](https://github.com/anas-elgarhy/alquran-cloud-api/compare/0.4.0-v1...0.4.1-v1) --- updated-dependencies: - dependency-name: com.github.anas-elgarhy:alquran-cloud-api dependency-type: direct:production update-type: version-update:semver-patch ... 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 ee3cb60..3e21018 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation("com.github.anas-elgarhy:alquran-cloud-api:0.4.0-v1") // TODO: fix this + implementation("com.github.anas-elgarhy:alquran-cloud-api:0.4.1-v1") // TODO: fix this implementation("com.miglayout:miglayout-swing:11.0") // implementation("com.github.goxr3plus:java-stream-player:10.0.2") implementation("com.googlecode.soundlibs:jlayer:1.0.1.4")