Skip to content

Commit 1b90863

Browse files
authored
v5: Update gems to solve vulnerabilities (#922)
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent d7b1c3a commit 1b90863

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ About the past changelog entries, see [old CHANGELOG](CHANGELOG-v4.md) instead.
5555
* systemd-journal v2.1.1 (update)
5656
* td-client v1.0.8
5757
* webhdfs v0.10.2
58+
* rexml v3.4.4 (update)
5859

5960
On Windows
6061

6162
* fluent-plugin-parser-winevt_xml v0.2.8 (update)
6263
* fluent-plugin-windows-exporter v1.0.0
6364
* winevt_c v0.10.2
64-
* nokogiri v1.16.8
65+
* nokogiri v1.18.10 (update)
6566

6667
## Release v5.0.7 - 2025/05/14
6768

fluent-package/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ gem "fluent-diagtool", "1.0.5"
7070
gem "td", "0.17.1"
7171
gem "td-client", "1.0.8"
7272
gem "fluent-plugin-td", "1.2.0"
73+
gem "rexml", "3.4.4"
7374
gem "webhdfs", "0.10.2"
7475
gem "fluent-plugin-webhdfs", "1.5.0"
7576
gem "fluent-plugin-record-modifier", "2.1.1"
@@ -87,7 +88,7 @@ gem "fluent-plugin-opensearch", "1.1.4"
8788
windows_platforms = [:mingw, :x64_mingw] # :mswin
8889
gem "ffi", "1.15.5", platforms: windows_platforms
8990
gem "ffi-win32-extensions", "1.0.4", platforms: windows_platforms
90-
gem "nokogiri", "1.16.8", platforms: windows_platforms
91+
gem "nokogiri", "1.18.10", platforms: windows_platforms
9192
gem "win32-event", "0.6.3", platforms: windows_platforms
9293
gem "win32-ipc", "0.7.0", platforms: windows_platforms
9394
# Use officially released version when PR was merged and released.

fluent-package/Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ GEM
203203
msgpack (1.7.5)
204204
multi_json (1.15.0)
205205
nio4r (2.6.1)
206-
nokogiri (1.16.8)
206+
nokogiri (1.18.10)
207207
mini_portile2 (~> 2.8.2)
208208
racc (~> 1.4)
209209
oj (3.16.5)
@@ -235,8 +235,7 @@ GEM
235235
ffi (~> 1.15)
236236
mini_portile2 (~> 2.6)
237237
rake (> 12)
238-
rexml (3.2.9)
239-
strscan
238+
rexml (3.4.4)
240239
ruby-kafka (1.5.0)
241240
digest-crc
242241
ruby-progressbar (1.13.0)
@@ -246,7 +245,6 @@ GEM
246245
sigdump (~> 0.2.2)
247246
sigdump (0.2.5)
248247
strptime (0.2.5)
249-
strscan (1.0.3)
250248
systemd-journal (2.1.1)
251249
ffi (~> 1.9)
252250
td (0.17.1)
@@ -335,13 +333,14 @@ DEPENDENCIES
335333
jmespath (= 1.6.2)
336334
mini_portile2 (= 2.8.9)
337335
msgpack (= 1.7.5)
338-
nokogiri (= 1.16.8)
336+
nokogiri (= 1.18.10)
339337
oj (= 3.16.5)
340338
opensearch-ruby (= 2.1.0)
341339
openssl (= 3.3.0)
342340
prometheus-client (= 2.1.0)
343341
rake
344342
rdkafka (= 0.12.0)
343+
rexml (= 3.4.4)
345344
ruby-kafka (= 1.5.0)
346345
serverengine (= 2.3.2)
347346
sigdump (= 0.2.5)

0 commit comments

Comments
 (0)