From f7dfc34c50a3f3bfaeb9f66d392813487c7db101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:42:16 +0000 Subject: [PATCH] build(deps): bump the maven-dependencies group with 4 updates Bumps the maven-dependencies group with 4 updates: com.github.topjohnwu.libsu:core, com.github.topjohnwu.libsu:service, com.github.topjohnwu.libsu:nio and com.github.topjohnwu.libsu:io. Updates `com.github.topjohnwu.libsu:core` from 5.3.0 to 6.0.0 Updates `com.github.topjohnwu.libsu:service` from 5.3.0 to 6.0.0 Updates `com.github.topjohnwu.libsu:nio` from 5.3.0 to 6.0.0 Updates `com.github.topjohnwu.libsu:io` from 5.3.0 to 6.0.0 Updates `com.github.topjohnwu.libsu:service` from 5.3.0 to 6.0.0 Updates `com.github.topjohnwu.libsu:nio` from 5.3.0 to 6.0.0 Updates `com.github.topjohnwu.libsu:io` from 5.3.0 to 6.0.0 --- updated-dependencies: - dependency-name: com.github.topjohnwu.libsu:core dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.github.topjohnwu.libsu:service dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.github.topjohnwu.libsu:nio dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.github.topjohnwu.libsu:io dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.github.topjohnwu.libsu:service dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.github.topjohnwu.libsu:nio dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies - dependency-name: com.github.topjohnwu.libsu:io dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b94d9ac8b..c9cfd569d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ lifecycle = "2.8.2" accompanist = "0.34.0" navigation = "2.7.7" compose-destination = "1.10.2" -libsu = "5.3.0" +libsu = "6.0.0" sheets-compose-dialogs = "1.3.0" markdown = "4.6.2" ui = "1.6.8"