This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push:
new 227a5fe82 Bump gems to avoid CVE notice
227a5fe82 is described below
commit 227a5fe823ac965cc42babb79c7f0d972baaed82
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon Jul 22 16:42:36 2024 -0400
Bump gems to avoid CVE notice
* Address CVE-2024-39908 by bumping rexml to 3.3.2
---
Gemfile.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index 184ca7b55..fcdf0cbc9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -56,12 +56,12 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.3.1)
+ rexml (3.3.2)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
- sass-embedded (1.77.5-x86_64-linux-gnu)
- google-protobuf (>= 3.25, < 5.0)
+ sass-embedded (1.77.8-x86_64-linux-gnu)
+ google-protobuf (~> 4.26)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)