From 209d394c0c368e0c943269b85a9cba709dd7829a Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Wed, 29 Nov 2023 16:31:46 -0800 Subject: [PATCH] (PA-5944) Bump Augeas in agent-runtime-7.x This commit bumps the Augeas component in agent-runtime-7.x from 1.13.0 to 1.14.1. --- configs/projects/agent-runtime-7.x.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/projects/agent-runtime-7.x.rb b/configs/projects/agent-runtime-7.x.rb index 59402a45a..f616dfa74 100644 --- a/configs/projects/agent-runtime-7.x.rb +++ b/configs/projects/agent-runtime-7.x.rb @@ -12,7 +12,7 @@ if platform.is_solaris? || platform.is_aix? proj.setting :augeas_version, '1.12.0' else - proj.setting :augeas_version, '1.13.0' + proj.setting :augeas_version, '1.14.1' end ########