diff --git a/Gemfile b/Gemfile index 0affb3a839..320f681be3 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ if ENV['NO_ACCEPTANCE'] != 'true' # use the pinned version gem 'beaker', '~> 4.1' end - gem 'beaker-hostgenerator', '~> 2.2.3' + gem 'beaker-hostgenerator', '~> 2.4' gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.2') gem 'beaker-vmpooler', *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3") gem 'beaker-puppet', '~> 1.0' diff --git a/project.clj b/project.clj index a9219d314d..634a50ba57 100644 --- a/project.clj +++ b/project.clj @@ -313,7 +313,7 @@ ;; in the final package. [puppetlabs/puppetdb ~pdb-version :exclusions [com.zaxxer/HikariCP]]] :name "puppetdb" - :plugins [[puppetlabs/lein-ezbake "2.5.5"]]} + :plugins [[puppetlabs/lein-ezbake "2.6.2"]]} :testutils {:source-paths ^:replace ["test"] :resource-paths ^:replace [] ;; Something else may need adjustment, but