From 50153ed69704f1fe0820565dd95cb01152435d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:07:50 +0000 Subject: [PATCH] Bump io.github.borewit:lizzy from 1.1.2 to 1.1.3 Bumps [io.github.borewit:lizzy](https://github.com/Borewit/lizzy) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/Borewit/lizzy/releases) - [Changelog](https://github.com/Borewit/lizzy/blob/main/CHANGES.txt) - [Commits](https://github.com/Borewit/lizzy/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: io.github.borewit:lizzy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 45918df9..9f96aa0e 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ repositories { dependencies { // Provides christophedelory.playlist.* - implementation 'io.github.borewit:lizzy:1.1.2' + implementation 'io.github.borewit:lizzy:1.1.3' // https://mvnrepository.com/artifact/com.jgoodies/jgoodies-common implementation 'com.jgoodies:jgoodies-common:1.8.1'