diff --git a/readme.md b/readme.md index 6e6dbc3b0d..87494d52f2 100644 --- a/readme.md +++ b/readme.md @@ -46,14 +46,14 @@ Just add the following to your maven configuration or tailor to your own depende com.github.javaparser javaparser-symbol-solver-core - 3.25.9 + 3.25.10 ``` **Gradle**: ``` -implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.9' +implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.10' ``` Since Version 3.5.10, the JavaParser project includes the JavaSymbolSolver. @@ -68,14 +68,14 @@ Using the dependency above will add both JavaParser and JavaSymbolSolver to your com.github.javaparser javaparser-core - 3.25.9 + 3.25.10 ``` **Gradle**: ``` -implementation 'com.github.javaparser:javaparser-core:3.25.9' +implementation 'com.github.javaparser:javaparser-core:3.25.10' ``` Since version 3.6.17 the AST can be serialized to JSON. @@ -87,14 +87,14 @@ There is a separate module for this: com.github.javaparser javaparser-core-serialization - 3.25.9 + 3.25.10 ``` **Gradle**: ``` -implementation 'com.github.javaparser:javaparser-core-serialization:3.25.9' +implementation 'com.github.javaparser:javaparser-core-serialization:3.25.10' ``` ## How To Compile Sources