From cf85a80a44de29e281096e0fad69b5ee541b58ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:07:43 +0000 Subject: [PATCH] build(deps): bump commons-codec:commons-codec from 1.16.0 to 1.16.1 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.16.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... 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 95f16d8..b2a4be9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -153,7 +153,7 @@ dsi-fastutil = { group = "it.unimi.dsi", name = "fastutil", version = "8.5.12" } # Apache Commons commons-compress = { group = "org.apache.commons", name = "commons-compress", version = "1.25.0" } commons-io = { group = "commons-io", name = "commons-io", version = "2.15.1" } -commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.16.0" } +commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.16.1" } commons-math = { group = "org.apache.commons", name = "commons-math3", version = "3.6.1" } # when 4.0.0 is released, commons-math is being split into: # - commons-numbers