Skip to content

Commit a141020

Browse files
committed
Bump version of framework to 4.16.15
1 parent c2a979d commit a141020

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.14)
4+
metasploit-framework (4.16.15)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -130,25 +130,25 @@ GEM
130130
google-protobuf (3.4.1.1)
131131
googleapis-common-protos-types (1.0.0)
132132
google-protobuf (~> 3.0)
133-
googleauth (0.5.3)
133+
googleauth (0.6.1)
134134
faraday (~> 0.12)
135-
jwt (~> 1.4)
135+
jwt (>= 1.4, < 3.0)
136136
logging (~> 2.0)
137137
memoist (~> 0.12)
138138
multi_json (~> 1.11)
139139
os (~> 0.9)
140140
signet (~> 0.7)
141-
grpc (1.7.0)
141+
grpc (1.7.2)
142142
google-protobuf (~> 3.1)
143143
googleapis-common-protos-types (~> 1.0.0)
144-
googleauth (~> 0.5.1)
144+
googleauth (>= 0.5.1, < 0.7)
145145
hashery (2.1.2)
146146
i18n (0.9.0)
147147
concurrent-ruby (~> 1.0)
148148
jsobfu (0.4.2)
149149
rkelly-remix
150150
json (2.1.0)
151-
jwt (1.5.6)
151+
jwt (2.1.0)
152152
little-plugger (1.1.4)
153153
logging (2.2.2)
154154
little-plugger (~> 1.1)
@@ -378,4 +378,4 @@ DEPENDENCIES
378378
yard
379379

380380
BUNDLED WITH
381-
1.15.4
381+
1.16.0

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 = "4.16.14"
33+
VERSION = "4.16.15"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)