From f4a9090128e52bff1f65aedf5822e75d5bf414cd Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 15 Dec 2022 12:11:11 -0600 Subject: [PATCH] Bump version of framework to 6.2.32 --- Gemfile.lock | 2 +- LICENSE_GEMS | 10 +++++----- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0952059d95..7f418ccc57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.2.31) + metasploit-framework (6.2.32) actionpack (~> 6.0) activerecord (~> 6.0) activesupport (~> 6.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 92fb7aaa47..1e1cf4e148 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -25,7 +25,7 @@ builder, 3.2.4, MIT bundler, 2.1.4, MIT byebug, 11.1.3, "Simplified BSD" coderay, 1.1.3, MIT -concurrent-ruby, 1.0.5, MIT +concurrent-ruby, 1.1.10, MIT cookiejar, 0.3.3, unknown crass, 1.0.6, MIT daemons, 1.4.1, MIT @@ -69,8 +69,8 @@ loofah, 2.19.0, MIT memory_profiler, 1.0.1, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 4.0.5, "New BSD" -metasploit-credential, 6.0.0, "New BSD" -metasploit-framework, 6.2.31, "New BSD" +metasploit-credential, 6.0.1, "New BSD" +metasploit-framework, 6.2.32, "New BSD" metasploit-model, 4.0.6, "New BSD" metasploit-payloads, 2.0.105, "3-clause (or ""modified"") BSD" metasploit_data_models, 5.0.6, "New BSD" @@ -90,7 +90,7 @@ net-ssh, 7.0.1, MIT network_interface, 0.0.2, MIT nexpose, 7.3.0, "New BSD" nio4r, 2.5.8, MIT -nokogiri, 1.13.9, MIT +nokogiri, 1.13.10, MIT nori, 2.6.0, MIT octokit, 4.25.1, MIT openssl-ccm, 1.2.3, MIT @@ -137,7 +137,7 @@ rex-rop_builder, 0.1.4, "New BSD" rex-socket, 0.1.43, "New BSD" rex-sslscan, 0.1.8, "New BSD" rex-struct2, 0.1.3, "New BSD" -rex-text, 0.2.46, "New BSD" +rex-text, 0.2.47, "New BSD" rex-zip, 0.1.4, "New BSD" rexml, 3.2.5, "Simplified BSD" rkelly-remix, 0.0.7, MIT diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 7ec30a809f..ee860a88bc 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "6.2.31" + VERSION = "6.2.32" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash