Skip to content

Commit

Permalink
Bump jmespath version (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored May 20, 2022
1 parent 07a942b commit 3058e8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Issue - Bump the minimum version of `jmespath` dependency.

3.131.0 (2022-05-16)
------------------

Expand Down Expand Up @@ -55,7 +57,7 @@ Unreleased Changes
3.126.2 (2022-02-16)
------------------

* Issue - Add a before_refresh callback to AssumeRoleCredentials (#2529).
* Issue - Add a before_refresh callback to AssumeRoleCredentials (#2529).
* Issue - Raise a `NoSuchProfileError` when config and credentials files don't exist.

3.126.1 (2022-02-14)
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/aws-sdk-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.files = Dir['LICENSE.txt', 'CHANGELOG.md', 'VERSION', 'lib/**/*.rb', 'ca-bundle.crt']

spec.add_dependency('jmespath', '~> 1.0')
spec.add_dependency('jmespath', '~> 1', '>= 1.6.1') # necessary for secure jmespath JSON parsing
spec.add_dependency('aws-partitions', '~> 1', '>= 1.525.0') # necessary for dualstack/fips
spec.add_dependency('aws-sigv4', '~> 1.1') # necessary for making Aws::STS API calls
spec.add_dependency('aws-eventstream', '~> 1', '>= 1.0.2') # necessary for binary eventstream
Expand Down

0 comments on commit 3058e8b

Please sign in to comment.