From 7edbeac86e6aa32e32a68223e5ec73fca1451d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 07:35:02 +0000 Subject: [PATCH 1/2] Bump the gradle group with 2 updates Bumps the gradle group with 2 updates: io.github.ben-manes.versions.settings and [commons-codec:commons-codec](https://github.com/apache/commons-codec). Updates `io.github.ben-manes.versions.settings` from 0.57.0 to 0.59.0 Updates `commons-codec:commons-codec` from 1.22.0 to 1.22.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.22.0...rel/commons-codec-1.22.1) --- updated-dependencies: - dependency-name: io.github.ben-manes.versions.settings dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: commons-codec:commons-codec dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 70a7035efc5..5fb22404076 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ log4j = "2.26.1" bndAnnotation = "biz.aQute.bnd:biz.aQute.bnd.annotation:7.3.0" bytebuddy = "net.bytebuddy:byte-buddy:1.18.11" commons-beanutils = "commons-beanutils:commons-beanutils:1.11.0" -commons-codec = "commons-codec:commons-codec:1.22.0" +commons-codec = "commons-codec:commons-codec:1.22.1" commons-collections = "commons-collections:commons-collections:3.2.2" commons-configuration = "commons-configuration:commons-configuration:1.10" commons-csv = "org.apache.commons:commons-csv:1.14.1" diff --git a/settings.gradle.kts b/settings.gradle.kts index 78d1ad2f437..a46e583a08d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("io.github.ben-manes.versions.settings") version "0.57.0" + id("io.github.ben-manes.versions.settings") version "0.59.0" id("org.zaproxy.common.settings") version "0.5.0" id("com.diffplug.spotless") version "6.25.0" apply false } From 3a8b6e6fcb3c348276e441394ef532f6f73a9ce7 Mon Sep 17 00:00:00 2001 From: thc202 Date: Thu, 6 Aug 2026 08:58:17 +0100 Subject: [PATCH 2/2] Refresh LEGALNOTICE Refresh LEGALNOTICE.md with latest version. Signed-off-by: thc202 --- LEGALNOTICE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 467e4b6f453..273a190a0f0 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -32,7 +32,7 @@ and subject to their respective licenses. | Library | License | |-------------------------------------|---------------------------| | commons-beanutils-1.11.0.jar | Apache 2.0 | -| commons-codec-1.22.0.jar | Apache 2.0 | +| commons-codec-1.22.1.jar | Apache 2.0 | | commons-collections-3.2.2.jar | Apache 2.0 | | commons-configuration-1.10.jar | Apache 2.0 | | commons-csv-1.14.1.jar | Apache 2.0 |