From ad61b7df7681b68663c98caeb36a045d27ee3fec Mon Sep 17 00:00:00 2001 From: hjyun Date: Fri, 17 Jan 2020 15:44:42 +0900 Subject: [PATCH] DOC: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 606000b..291d882 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add com.navercorp.arcus arcus-spring - 1.11.4 + 1.11.5 ``` @@ -33,7 +33,7 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add #### Gradle (build.gradle) ``` dependencies { - compile 'com.navercorp.arcus:arcus-spring:1.11.4' + compile 'com.navercorp.arcus:arcus-spring:1.11.5' } ```