Skip to content

Commit

Permalink
Merge pull request #19585 from adfoster-r7/update-mettle-version
Browse files Browse the repository at this point in the history
Update mettle version
  • Loading branch information
adfoster-r7 authored Oct 24, 2024
2 parents 2db574e + 92a9163 commit 78a55a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PATH
metasploit-model
metasploit-payloads (= 2.0.183)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.32)
metasploit_payloads-mettle (= 1.0.35)
mqtt
msgpack (~> 1.6.0)
mutex_m
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
railties (~> 7.0)
recog
webrick
metasploit_payloads-mettle (1.0.32)
metasploit_payloads-mettle (1.0.35)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Gem::Specification.new do |spec|
# Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '2.0.183'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.32'
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.35'
# Needed by msfgui and other rpc components
# Locked until build env can handle newer version. See: https://github.com/msgpack/msgpack-ruby/issues/334
spec.add_runtime_dependency 'msgpack', '~> 1.6.0'
Expand Down

0 comments on commit 78a55a3

Please sign in to comment.