Skip to content

Commit

Permalink
Merge pull request #2630 from cloudfoundry/dependabot/bundler/cf-uaa-…
Browse files Browse the repository at this point in the history
…lib-3.14.4

build(deps): bump cf-uaa-lib from 3.14.3 to 3.14.4
  • Loading branch information
philippthun committed Jan 18, 2022
2 parents 82c672a + e658049 commit 3c99791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem 'fog-google'
gem 'fog-local'
gem 'fog-openstack'

gem 'cf-uaa-lib', '~> 3.14.0'
gem 'cf-uaa-lib', '~> 3.14.4'
gem 'vcap-concurrency', git: 'https://github.com/cloudfoundry/vcap-concurrency.git', ref: '2a5b0179'

group :db do
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ GEM
byebug (11.1.3)
cf-copilot (0.0.14)
grpc (~> 1.0)
cf-uaa-lib (3.14.3)
cf-uaa-lib (3.14.4)
addressable (~> 2.8, >= 2.8.0)
httpclient (~> 2.8, >= 2.8.2.4)
multi_json (~> 1.12.0, >= 1.12.1)
multi_json (>= 1.12.1, < 1.16)
clockwork (3.0.0)
activesupport
tzinfo
Expand Down Expand Up @@ -523,7 +524,7 @@ DEPENDENCIES
bits_service_client (~> 3.3, >= 3.3.0)
byebug
cf-copilot (= 0.0.14)
cf-uaa-lib (~> 3.14.0)
cf-uaa-lib (~> 3.14.4)
clockwork
cloudfront-signer
codeclimate-test-reporter (>= 1.0.8)
Expand Down

0 comments on commit 3c99791

Please sign in to comment.