Skip to content

Commit 66f0b87

Browse files
committed
update readme
1 parent 75514c3 commit 66f0b87

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Just add the following to your maven configuration or tailor to your own depende
4646
<dependency>
4747
<groupId>com.github.javaparser</groupId>
4848
<artifactId>javaparser-symbol-solver-core</artifactId>
49-
<version>3.26.4</version>
49+
<version>3.27.0</version>
5050
</dependency>
5151
```
5252

5353
**Gradle**:
5454

5555
```
56-
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.4'
56+
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.27.0'
5757
```
5858

5959
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
6868
<dependency>
6969
<groupId>com.github.javaparser</groupId>
7070
<artifactId>javaparser-core</artifactId>
71-
<version>3.26.4</version>
71+
<version>3.27.0</version>
7272
</dependency>
7373
```
7474

7575
**Gradle**:
7676

7777
```
78-
implementation 'com.github.javaparser:javaparser-core:3.26.4'
78+
implementation 'com.github.javaparser:javaparser-core:3.27.0'
7979
```
8080

8181
Since version 3.6.17 the AST can be serialized to JSON.
@@ -87,14 +87,14 @@ There is a separate module for this:
8787
<dependency>
8888
<groupId>com.github.javaparser</groupId>
8989
<artifactId>javaparser-core-serialization</artifactId>
90-
<version>3.26.4</version>
90+
<version>3.27.0</version>
9191
</dependency>
9292
```
9393

9494
**Gradle**:
9595

9696
```
97-
implementation 'com.github.javaparser:javaparser-core-serialization:3.26.4'
97+
implementation 'com.github.javaparser:javaparser-core-serialization:3.27.0'
9898
```
9999

100100
## How To Compile Sources

0 commit comments

Comments
 (0)