From 2ef4cad05e36623eb13ea12f25a23fb12da4686c Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Wed, 22 Mar 2023 13:14:25 -0500 Subject: [PATCH] docs: fix maven dependency snippet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46d253b..f96122a 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Refer to [detailed message verification flow](docs/MessageVerificationFlow.md) ```xml com.mastercard.ap.security - ap-bah-crypto-utility - ${bah-crypto-utility-version} + xmlsignverify-core-java + 1.0.0 ```