From 7775acd70bfa1ba6da0622e8766d0fbe3c731924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:33:17 +0300 Subject: [PATCH] build(deps): Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (#476) Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c0e8369..cadd0d6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ buildkonfigPlugin = "0.15.1" # https://mvnrepository.com/artifact/commons-codec/commons-codec commonsCodec = "1.17.1" # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -commonsLang3 = "3.14.0" +commonsLang3 = "3.15.0" # https://github.com/JetBrains/compose-multiplatform composeMultiplatform = "1.7.0-alpha01" # https://github.com/DevSrSouza/compose-icons