diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4dd684..cf12742b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 7.2.7 +* Update dependency of inferno-core to v1.0.7, us-core-test-kit to v1.1.1 + # 7.2.7 * Relax Granular Scope Tests to Allow Pre-filtering of searches * Allow 401 HTTP status for invalid client_assertion_type diff --git a/Gemfile.lock b/Gemfile.lock index a0a6d371..f90d80ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,17 @@ PATH remote: . specs: - onc_certification_g10_test_kit (7.2.7) + onc_certification_g10_test_kit (7.2.8) bloomer (~> 1.0.0) colorize (~> 0.8.1) - inferno_core (~> 1.0, >= 1.0.2) + inferno_core (~> 1.0, >= 1.0.7) json-jwt (~> 1.15.3) mime-types (~> 3.4.0) ndjson (~> 1.0.0) rubyzip (~> 2.3.2) smart_app_launch_test_kit (= 1.0.0) tls_test_kit (= 1.0.0) - us_core_test_kit (= 1.1.0) + us_core_test_kit (= 1.1.1) GEM remote: https://rubygems.org/ @@ -152,7 +152,7 @@ GEM mutex_m i18n (1.14.7) concurrent-ruby (~> 1.0) - inferno_core (1.0.6) + inferno_core (1.0.7) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -344,7 +344,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) unicode_utils (1.4.0) - us_core_test_kit (1.1.0) + us_core_test_kit (1.1.1) inferno_core (~> 1.0, >= 1.0.2) smart_app_launch_test_kit (~> 1.0) tls_test_kit (~> 1.0) diff --git a/lib/onc_certification_g10_test_kit/version.rb b/lib/onc_certification_g10_test_kit/version.rb index e2707bc5..87ee2423 100644 --- a/lib/onc_certification_g10_test_kit/version.rb +++ b/lib/onc_certification_g10_test_kit/version.rb @@ -1,4 +1,4 @@ module ONCCertificationG10TestKit - VERSION = '7.2.7'.freeze - LAST_UPDATED = '2025-08-27'.freeze # TODO: update next release + VERSION = '7.2.8'.freeze + LAST_UPDATED = '2026-01-13'.freeze # TODO: update next release end diff --git a/onc_certification_g10_test_kit.gemspec b/onc_certification_g10_test_kit.gemspec index b24a8681..9459bbbe 100644 --- a/onc_certification_g10_test_kit.gemspec +++ b/onc_certification_g10_test_kit.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.license = 'Apache-2.0' spec.add_dependency 'bloomer', '~> 1.0.0' spec.add_dependency 'colorize', '~> 0.8.1' - spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.2' + spec.add_dependency 'inferno_core', '~> 1.0', '>= 1.0.7' spec.add_dependency 'json-jwt', '~> 1.15.3' spec.add_dependency 'mime-types', '~> 3.4.0' spec.add_dependency 'ndjson', '~> 1.0.0' @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| # conflicts when integrating into platforms (e.g.; inferno.healthit.gov). spec.add_dependency 'smart_app_launch_test_kit', '1.0.0' spec.add_dependency 'tls_test_kit', '1.0.0' - spec.add_dependency 'us_core_test_kit', '1.1.0' + spec.add_dependency 'us_core_test_kit', '1.1.1' spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6') spec.metadata['inferno_test_kit'] = 'true'