This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch spring-boot-4.1.1
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 0a2b2d54cf29b8f83d63eef5d11a95a4710bf349
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Aug 21 14:11:51 2026 +0200

    fix(deps): Bumb commons-codec to 1.22.1
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index df4e06620f..e7cae7df46 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -85,7 +85,7 @@ ext {
             'bootstrap-icons.version'       : '1.13.1',
             'bootstrap.version'             : '5.3.8',
             'checker-qual.version'          : '3.55.1',
-            'commons-codec.version'         : '1.22.0',
+            'commons-codec.version'         : '1.22.1',
             'geb-spock.version'             : '8.0.1',
             // Pinned deliberately as a drift tripwire even though it matches 
Spring Boot's
             // managed version: graphql-java-extended-scalars (below) is NOT 
managed by Spring

Reply via email to