From 4e6dd8c16d6869c7aec98fc9fb0e983c0e9e6afb Mon Sep 17 00:00:00 2001 From: jsavyasachi <25380661+jsavyasachi@users.noreply.github.com> Date: Thu, 25 Jun 2026 06:37:39 +0000 Subject: [PATCH] chore(deps): bump outdated dependencies --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 344ad59..498dfe3 100644 --- a/project.clj +++ b/project.clj @@ -4,8 +4,8 @@ :license {:name "Eclipse Public License 1.0" :url "https://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" :url "https://github.com/jsavyasachi/stdnum-clj"} :dependencies [[commons-validator/commons-validator "1.10.1"] - [org.iban4j/iban4j "3.2.11-RELEASE"] - [org.clojure/data.json "2.5.1"]] + [org.iban4j/iban4j "3.2.13-RELEASE"] + [org.clojure/data.json "2.5.2"]] :global-vars {*warn-on-reflection* true} :test-selectors {:default (complement :integration) :integration :integration