From f27ac6e6f7ab485e75126a99881550583ad6ca5f Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 27 Jun 2024 14:30:41 -0500 Subject: [PATCH] (PDB-5768) Upgrade lein-pprint to 1.3.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9ce6d8a872..6f431f443a 100644 --- a/project.clj +++ b/project.clj @@ -289,7 +289,7 @@ ;; compile test files, and crashes because ;; "src" namespaces aren't available. :aot ^:replace []} - :ci {:plugins [[lein-pprint "1.1.1"] + :ci {:plugins [[lein-pprint "1.3.2"] [lein-exec "0.3.7"]]} ; We only want to include bouncycastle in the FOSS uberjar. ; PE should be handled by selecting the proper bouncycastle jar