From 4e51d8ad97958b1630522a67708a8d1b15e40abd Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <130737409+valtionavustus-renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:58:11 +0000 Subject: [PATCH] Update dependency speclj:speclj to v3.4.7 --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 8f3467bc0c..a88261672d 100644 --- a/project.clj +++ b/project.clj @@ -69,7 +69,7 @@ [com.fasterxml.jackson.dataformat/jackson-dataformat-smile ~jackson-version] ;; testing - [speclj "3.4.3"] + [speclj "3.4.7"] [speclj-junit "0.0.11"] ;; other @@ -166,7 +166,7 @@ :environment "test"} :test-paths ["server/spec"] :resource-paths ["server/test-resources"] - :plugins [[speclj "3.4.3"]] + :plugins [[speclj "3.4.7"]] :dependencies [[speclj] [speclj-junit]]} @@ -175,7 +175,7 @@ :environment "test"} :test-paths ["server/spec"] :resource-paths ["server/test-resources"] - :plugins [[speclj "3.4.3"]] + :plugins [[speclj "3.4.7"]] :dependencies [[speclj] [speclj-junit]]}}