diff --git a/CHANGELOG.md b/CHANGELOG.md index 727e89e..895d25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [cyberark/conjur-service-broker#306](https://github.com/cyberark/conjur-service-broker/pull/306) ### Security +- Update activesupport in tests/integration/test-app/Gemfile.lock to 7.0.4.1 + for CVE-2023-22796 (not vulnerable) + [cyberark/conjur-service-broker#307](https://github.com/cyberark/conjur-service-broker/pull/307) - Update conjur-api-go to v0.10.2 to udpate indirect dependency gopkg.in/yaml.v2 [cyberark/conjur-service-broker#305](https://github.com/cyberark/conjur-service-broker/pull/305) - Update loofah to 2.19.1 for CVE-2022-23514, CVE-2022-23515 and CVE-2022-23516 (all Not Vulnerable) diff --git a/NOTICES.txt b/NOTICES.txt index f570832..7790128 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -8,7 +8,7 @@ of the license associated with each component. SECTION 1: Apache-2.0 ->>> https://rubygems.org/gems/conjur-api/versions/5.3.4 +>>> https://rubygems.org/gems/conjur-api/versions/5.3.7 SECTION 2: BSD-3-Clause @@ -36,7 +36,7 @@ APPENDIX: Standard License Files and Templates Apache-2.0 License is applicable to the following component(s). ->>> https://rubygems.org/gems/conjur-api/versions/5.3.4 +>>> https://rubygems.org/gems/conjur-api/versions/5.3.7 Copyright (c) 2020 CyberArk Software Ltd. All rights reserved. diff --git a/tests/integration/test-app/Gemfile.lock b/tests/integration/test-app/Gemfile.lock index 15f29bd..445b10b 100644 --- a/tests/integration/test-app/Gemfile.lock +++ b/tests/integration/test-app/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -31,7 +31,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - minitest (5.16.2) + minitest (5.17.0) mustermann (2.0.2) ruby2_keywords (~> 0.0.1) netrc (0.11.0)