From c109eef8adfed529871db4ac9d7703eb1146c29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:23:23 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: org.apache.commons:commons-collections4 and [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs). Updates `org.apache.commons:commons-collections4` from 4.5.0 to 4.6.0 Updates `com.github.spotbugs:spotbugs-annotations` from 4.9.4 to 4.10.3 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.9.4...4.10.3) --- updated-dependencies: - dependency-name: org.apache.commons:commons-collections4 dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ce9ff5c..15fba23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,8 +12,8 @@ versions-plugin = "0.61.0" catalog-update-plugin = "1.1.1" shadow-plugin = "9.6.1" commons-lang3 = "3.20.0" -commons-collections4 = "4.5.0" -spotbugs-annotations = "4.9.4" +commons-collections4 = "4.6.0" +spotbugs-annotations = "4.10.3" junit = "6.1.3" [libraries]