Skip to content

Commit

Permalink
Update JavaParser to 3.26.0 (#970)
Browse files Browse the repository at this point in the history
This release includes some fixes for bugs that have impacted other
projects like the annotator
  • Loading branch information
msridhar authored Jun 5, 2024
1 parent 38edf57 commit 6cec433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def build = [
errorProneTestHelpersOld: "com.google.errorprone:error_prone_test_helpers:${oldestErrorProneVersion}",
checkerDataflow : "org.checkerframework:dataflow-nullaway:${versions.checkerFramework}",
guava : "com.google.guava:guava:30.1-jre",
javaparser : "com.github.javaparser:javaparser-core:3.25.8",
javaparser : "com.github.javaparser:javaparser-core:3.26.0",
javaxValidation : "javax.validation:validation-api:2.0.1.Final",
jspecify : "org.jspecify:jspecify:0.3.0",
jsr305Annotations : "com.google.code.findbugs:jsr305:3.0.2",
Expand Down

0 comments on commit 6cec433

Please sign in to comment.