diff --git a/readme.md b/readme.md index 5284de6ded..918b08b1a2 100644 --- a/readme.md +++ b/readme.md @@ -37,14 +37,14 @@ Just add the following to your maven configuration or tailor to your own depende com.github.javaparser javaparser-symbol-solver-core - 3.25.5 + 3.25.6 ``` **Gradle**: ``` -implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.5' +implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.6' ``` Since Version 3.5.10, the JavaParser project includes the JavaSymbolSolver. @@ -59,14 +59,14 @@ Using the dependency above will add both JavaParser and JavaSymbolSolver to your com.github.javaparser javaparser-core - 3.25.5 + 3.25.6 ``` **Gradle**: ``` -implementation 'com.github.javaparser:javaparser-core:3.25.5' +implementation 'com.github.javaparser:javaparser-core:3.25.6' ``` Since version 3.6.17 the AST can be serialized to JSON. @@ -78,14 +78,14 @@ There is a separate module for this: com.github.javaparser javaparser-core-serialization - 3.25.5 + 3.25.6 ``` **Gradle**: ``` -implementation 'com.github.javaparser:javaparser-core-serialization:3.25.5' +implementation 'com.github.javaparser:javaparser-core-serialization:3.25.6' ``` ## How To Compile Sources