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

bdoyle0182 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e59f5ca Upgrade netty to 4.1.135.Final (#5578)
67e59f5ca is described below

commit 67e59f5ca1b097c9268c339522f028a5c5c10b9e
Author: Quinten Parker <[email protected]>
AuthorDate: Thu Jun 25 11:05:30 2026 -0700

    Upgrade netty to 4.1.135.Final (#5578)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 80c11bc82..455c60c0d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -109,4 +109,4 @@ gradle.ext.grpc = [version : '1.75.0']
 gradle.ext.curator = [version : '5.7.0']
 gradle.ext.kube_client = [version: '4.10.3']
 gradle.ext.jackson = [version: '2.21.1']
-gradle.ext.netty = [version : '4.1.132.Final']
+gradle.ext.netty = [version : '4.1.135.Final']

Reply via email to