From b7cf1e672cba338fc1dc155f977fed10c22710ba Mon Sep 17 00:00:00 2001 From: Saurabh Pandit Date: Fri, 20 Sep 2024 14:49:17 +0530 Subject: [PATCH] (PDB-5794): Updated ezbake build version to support debian-12-x86_64 build for puppetdb in 7.x --- Gemfile | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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