diff --git a/packaging/Gemfile b/packaging/Gemfile index c85be74..e999524 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -4,7 +4,7 @@ gem "pact", "1.65.1" gem "pact-message", "0.11.1" gem "pact-mock_service", "3.11.2" gem "pact-provider-verifier", "1.38.1" -gem "pact_broker-client", "1.75.4" +gem "pact_broker-client", "1.76.0" gem "webrick", "1.8.1" gem 'rack', '>= 2.2.6' # see https://stdgems.org/ for versions to lock to diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index 8f237a5..feb43d8 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -63,7 +63,7 @@ GEM diff-lcs (~> 1.5) expgen (~> 0.1) rainbow (~> 3.1.1) - pact_broker-client (1.75.4) + pact_broker-client (1.76.0) base64 (~> 0.2) dig_rb (~> 1.0) httparty (>= 0.21.0, < 1.0.0) @@ -131,7 +131,7 @@ DEPENDENCIES pact-message (= 0.11.1) pact-mock_service (= 3.11.2) pact-provider-verifier (= 1.38.1) - pact_broker-client (= 1.75.4) + pact_broker-client (= 1.76.0) rack (>= 2.2.6) webrick (= 1.8.1)