Skip to content

Commit

Permalink
Update dependency com.github.javaparser:javaparser-symbol-solver-core…
Browse files Browse the repository at this point in the history
… to v3.25.5
  • Loading branch information
renovate[bot] committed Sep 2, 2023
1 parent e5ee624 commit 8eeb3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- JavaParser seems a better option to later handle more languages -->
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<version>3.25.4</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion refactorer-test-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- JavaParser is used to load testCases -->
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<version>3.25.4</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8eeb3f8

Please sign in to comment.