diff --git a/build.gradle b/build.gradle index b6d0b3b3c0..0e2afffe8e 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ dependencies { junit 'junit:junit:4.+' implementation files(project(':replacecall').sourceSets.main.output) - implementation 'com.github.javaparser:javaparser-core:3.24.10' + implementation 'com.github.javaparser:javaparser-core:3.25.2' implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.apache.commons:commons-exec:1.3' implementation 'org.apache.commons:commons-lang3:3.12.0'