Skip to content

Commit 09ff201

Browse files
committed
Update ezbake to 2.7.7
Including the ostruct change Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
1 parent b28a26f commit 09ff201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
;; via the release_scripts/sync_ezbake_dep.rb script.
372372
[org.openvoxproject/puppetdb "9.0.0-SNAPSHOT"]]
373373
:name "puppetdb"
374-
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.6")]]}
374+
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.7")]]}
375375
:ezbake-fips {:dependencies ^:replace [[org.bouncycastle/bcpkix-fips]
376376
[org.bouncycastle/bc-fips]
377377
[org.bouncycastle/bctls-fips]
@@ -381,7 +381,7 @@
381381
[org.openvoxproject/puppetdb "9.0.0-SNAPSHOT"]]
382382
:name "puppetdb"
383383
:uberjar-exclusions [#"^org/bouncycastle/.*"]
384-
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.6")]]}
384+
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.7")]]}
385385
:testutils {:source-paths ^:replace ["test"]
386386
:resource-paths ^:replace []
387387
;; Something else may need adjustment, but

0 commit comments

Comments
 (0)