aboutsummaryrefslogtreecommitdiff
path: root/gradle/dependencies.gradle
AgeCommit message (Expand)Author
2022-01-09Fix crash with switch expression as a lambda body (#543)Manu Sridharan
2022-01-03Bump AutoValue and AutoService versions (#538)Manu Sridharan
2021-12-29Bump Guava dependency to 24.1.1 (#536)Lázaro Clapp
2021-12-21Add support for switch expressions (#520)Manu Sridharan
2021-12-07Bump to Checker dataflow 3.20.0 (#510)Manu Sridharan
2021-11-22Compile and test with Error Prone 2.10.0 (#507)Manu Sridharan
2021-10-19Add basic library support for grpc Metadata through GrpcHandler (#505)Lázaro Clapp
2021-08-20Compile and test with Error Prone 2.9.0 (#497)Manu Sridharan
2021-08-04Bump to Error Prone 2.8.1 (#494)Manu Sridharan
2021-07-23Test on CI with Error Prone 2.8.0 (#491)Manu Sridharan
2021-07-14Bump Checker dataflow to 3.16.0 (#490)Manu Sridharan
2021-06-28Add a jmh module for benchmarking (#487)Manu Sridharan
2021-06-09Update to Checker Framework 3.14.0, and use shaded dataflow artifact that is ...Michael Ernst
2021-05-18Check code with Error Prone 2.7.1 (#480)Manu Sridharan
2021-05-14Default models support for Spring's Autowired (#477)Lázaro Clapp
2021-05-14Check our code with Error Prone 2.6.0 (#472)Manu Sridharan
2021-05-05Allow Error Prone API version to be configured via a property (#470)Manu Sridharan
2021-05-03Small Gradle build cleanup (#469)Manu Sridharan
2021-03-08Gradle: switch to java-library plugin where possible, and fix some warnings (...Manu Sridharan
2021-01-05Set Up GitHub Actions CI and SNAPSHOT uploading (#440)Lázaro Clapp
2021-01-04Add support for jakarta.inject-api (#439)Jochen Schalanda
2020-08-22Update to Checker Dataflow 3.6.0 (#416)Manu Sridharan
2020-08-07Try to handle lombok.Builder without crashing. (#414)Lázaro Clapp
2020-06-24Upgrade Error Prone dependencies to 2.4.0. (#400)Lázaro Clapp
2019-11-15Update to Checker Dataflow 3.0.0 (#369)Manu Sridharan
2019-09-30Update to WALA 1.5.4 (#337)Manu Sridharan
2019-07-29Avoid adding redundant annotations during bytecode rewriting in JarInfer (#341)Raghavan Raman
2019-06-27Allow models to override @Nullable on third-party functional interfaces (#326)Lázaro Clapp
2019-05-28Add support for Jar to Jar transformation to JarInfer (#316)Raghavan Raman
2019-04-08Update Gradle, Error Prone plugin, and Android Gradle Plugin (#294)Zac Sweers
2019-04-08Upgrade to Error Prone 2.3.3 (#295)Zac Sweers
2018-12-06Revert "Stop shadowing Checker Framework libraries (#258)" (#268)Manu Sridharan
2018-12-04Add models for Apache StringUtils isEmpty methods (#264)Manu Sridharan
2018-11-26Stop shadowing Checker Framework libraries (#258)Manu Sridharan
2018-10-17Update net.ltgt.errorprone to 0.6, and various small updates to the build (#248)Thomas Broyer
2018-10-15Update to Error Prone 2.3.2 (#242)Manu Sridharan
2018-09-26Bump Checker Framework to 2.5.5 (#233)Manu Sridharan
2018-08-21Update to Error Prone 2.3.1 and centralize Java compiler flags (#218)Manu Sridharan
2018-08-20Update readme and tooling versions (#217)Gautam Korlam
2018-08-07Handle @NotNull in hasNonNullAnnotation. (#204)Lázaro Clapp
2018-08-06JarInfer: Third-party bytecode analysis (MVP version) (#199)Lázaro Clapp
2018-05-30Properly read type use annotations when code is present as a class file (#172)Manu Sridharan
2018-04-09Update Checker Framework to 2.5.0 (#150)Manu Sridharan
2018-03-14Add support for (a subset of) org.jetbrains.annotations.Contract (#129)Lázaro Clapp
2018-02-13Greatly improve Try/Finally handing, particularly initialization checks. (#123)Lázaro Clapp
2018-02-04made Guava dependence explicit (#120)Manu Sridharan
2018-01-05Update CF dataflow and javacutil versions (#110)Manu Sridharan
2017-12-15support @NullableDecl (#84)Manu Sridharan
2017-12-14support more annotations by default (#81)Manu Sridharan
2017-12-11Add sample Android app (#76)Manu Sridharan