diff --git a/README.md b/README.md index b4d066d6..cfe763bf 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Just add the code below to your maven dependencies: io.github.java-diff-utils java-diff-utils - 4.9 + 4.11 ``` @@ -97,5 +97,5 @@ or using gradle: ```groovy // https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils -implementation "io.github.java-diff-utils:java-diff-utils:4.5" +implementation "io.github.java-diff-utils:java-diff-utils:4.11" ```