Skip to content

Commit bc31893

Browse files
committed
updated rexml version to 3.3.4 to handle security vulnerability
1 parent 63e4c9e commit bc31893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "faraday", "~> 2.9"
77
gem "faraday-retry", "~> 2.2"
88
gem "mysql2", "~> 0.5.6"
99
gem "prometheus-client", "~> 4.2.2"
10-
gem "rexml", "~> 3.3.2"
10+
gem "rexml", "~> 3.3.4"
1111
gem "semantic_logger", "~> 4.15"
1212
gem "sequel", "~> 5.77"
1313
gem "tty-command", "~> 0.10.1"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
mysql2 (~> 0.5.6)
7979
prometheus-client (~> 4.2.2)
8080
rake (~> 13.1)
81-
rexml (~> 3.3.2)
81+
rexml (~> 3.3.4)
8282
semantic_logger (~> 4.15)
8383
sequel (~> 5.77)
8484
sftp!

0 commit comments

Comments
 (0)