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' } ```