From c33f0e7751ec44a49f541ba8f7054aea801be32c Mon Sep 17 00:00:00 2001 From: David Roden Date: Sun, 9 Nov 2025 10:32:14 +0100 Subject: [PATCH] =?utf8?q?=E2=9E=95=20Add=20JSpecify=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/client/pom.xml b/client/pom.xml index 758aef7..41e6a7a 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,6 +19,10 @@ com.fasterxml.jackson.core jackson-databind + + org.jspecify + jspecify + diff --git a/pom.xml b/pom.xml index 86e07ae..8a13334 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,11 @@ import + org.jspecify + jspecify + 1.0.0 + + org.hamcrest hamcrest 3.0 -- 2.7.4