From 22748557465b57ab75e5f11a2c982d8228c9eb42 Mon Sep 17 00:00:00 2001 From: Soh Boon Keong Date: Tue, 28 Jun 2022 15:23:34 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11d4ca7..4817be7 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ gradle test jacocoTestReport ``` The compiled _jar_ file will be located in the **build/libs** folder -+ java-apex-api-security-2.1.3.jar ++ java-apex-api-security-2.1.4.jar Import this jar into your java classpath to use the utility class @@ -140,7 +140,7 @@ repositories { mavenLocal() } dependencies { - compile group: 'com.api.util', name: 'ApiSecurity', version: '2.1.3' + compile group: 'com.api.util', name: 'ApiSecurity', version: '2.1.4' } ```