Skip to content

Commit 3f433b0

Browse files
committed
Bump version of framework to 6.2.4
1 parent be45688 commit 3f433b0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.2.3)
4+
metasploit-framework (6.2.4)
55
actionpack (~> 6.0)
66
activerecord (~> 6.0)
77
activesupport (~> 6.0)

LICENSE_GEMS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ afm, 0.2.2, MIT
1010
arel-helpers, 2.14.0, MIT
1111
ast, 2.4.2, MIT
1212
aws-eventstream, 1.2.0, "Apache 2.0"
13-
aws-partitions, 1.595.0, "Apache 2.0"
13+
aws-partitions, 1.598.0, "Apache 2.0"
1414
aws-sdk-core, 3.131.1, "Apache 2.0"
1515
aws-sdk-ec2, 1.317.0, "Apache 2.0"
16-
aws-sdk-iam, 1.68.0, "Apache 2.0"
16+
aws-sdk-iam, 1.69.0, "Apache 2.0"
1717
aws-sdk-kms, 1.57.0, "Apache 2.0"
1818
aws-sdk-s3, 1.114.0, "Apache 2.0"
1919
aws-sigv4, 1.5.0, "Apache 2.0"
@@ -70,7 +70,7 @@ memory_profiler, 1.0.0, MIT
7070
metasm, 1.0.5, LGPL-2.1
7171
metasploit-concern, 4.0.4, "New BSD"
7272
metasploit-credential, 5.0.7, "New BSD"
73-
metasploit-framework, 6.2.3, "New BSD"
73+
metasploit-framework, 6.2.4, "New BSD"
7474
metasploit-model, 4.0.4, "New BSD"
7575
metasploit-payloads, 2.0.93, "3-clause (or ""modified"") BSD"
7676
metasploit_data_models, 5.0.5, "New BSD"
@@ -83,7 +83,7 @@ msgpack, 1.5.2, "Apache 2.0"
8383
multi_json, 1.15.0, MIT
8484
mustermann, 1.1.1, MIT
8585
nessus_rest, 0.1.6, MIT
86-
net-ldap, 0.17.0, MIT
86+
net-ldap, 0.17.1, MIT
8787
net-protocol, 0.1.3, "ruby, Simplified BSD"
8888
net-smtp, 0.3.1, "ruby, Simplified BSD"
8989
net-ssh, 6.1.0, MIT
@@ -92,7 +92,7 @@ nexpose, 7.3.0, "New BSD"
9292
nio4r, 2.5.8, MIT
9393
nokogiri, 1.13.6, MIT
9494
nori, 2.6.0, MIT
95-
octokit, 4.23.0, MIT
95+
octokit, 4.24.0, MIT
9696
openssl-ccm, 1.2.2, MIT
9797
openssl-cmac, 2.0.1, MIT
9898
openvas-omp, 0.0.4, MIT
@@ -112,7 +112,7 @@ rack, 2.2.3.1, MIT
112112
rack-protection, 2.2.0, MIT
113113
rack-test, 1.1.0, MIT
114114
rails-dom-testing, 2.0.3, MIT
115-
rails-html-sanitizer, 1.4.2, MIT
115+
rails-html-sanitizer, 1.4.3, MIT
116116
railties, 6.1.6, MIT
117117
rainbow, 3.1.1, MIT
118118
rake, 13.0.6, MIT
@@ -148,7 +148,7 @@ rspec-mocks, 3.11.1, MIT
148148
rspec-rails, 5.1.2, MIT
149149
rspec-rerun, 1.1.0, MIT
150150
rspec-support, 3.11.0, MIT
151-
rubocop, 1.30.0, MIT
151+
rubocop, 1.30.1, MIT
152152
rubocop-ast, 1.18.0, MIT
153153
ruby-macho, 3.0.0, MIT
154154
ruby-prof, 1.4.2, "Simplified BSD"
@@ -158,7 +158,7 @@ ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
158158
ruby_smb, 3.1.3, "New BSD"
159159
rubyntlm, 0.6.3, MIT
160160
rubyzip, 2.3.2, "Simplified BSD"
161-
sawyer, 0.9.1, MIT
161+
sawyer, 0.9.2, MIT
162162
simplecov, 0.18.2, MIT
163163
simplecov-html, 0.12.3, MIT
164164
simpleidn, 0.2.1, MIT

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "6.2.3"
33+
VERSION = "6.2.4"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)