Skip to content

Commit 5e81dcf

Browse files
authored
Update to Stubparser 3.26.4 (#7058)
1 parent 8ab2b64 commit 5e81dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ configurations {
3333
dependencies {
3434
api project(':javacutil')
3535
api project(':dataflow')
36-
api 'org.checkerframework:stubparser:3.26.2'
37-
stubifierImplementation 'org.checkerframework:stubparser:3.26.2'
36+
api 'org.checkerframework:stubparser:3.26.4'
37+
stubifierImplementation 'org.checkerframework:stubparser:3.26.4'
3838
implementation sourceSets.stubifier.output
3939
// AFU is an "includedBuild" imported in checker-framework/settings.gradle, so the version number doesn't matter.
4040
// https://docs.gradle.org/current/userguide/composite_builds.html#settings_defined_composite

0 commit comments

Comments
 (0)