From a6262cf3f030daae224519d90b0b1d395bc53a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:05:10 -0800 Subject: [PATCH] Bump infer-annotation from 0.11.2 to 0.18.0 (#2044) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [infer-annotation](https://github.com/facebook/infer) from 0.11.2 to 0.18.0.
Release notes

Sourced from infer-annotation's releases.

Infer version 0.17.0

This is a binary release of Infer for Linux and MacOS. To use it follow these instructions.

Highlights:

... and many other fixes and improvements. For the full list of changes included see here.

The facebook-clang-plugins version used for this release is https://github.com/facebook/facebook-clang-plugins/commit/9386890e42043d04f9 cd9e7b204cb525d4417c41.

The sha256 checksums of the tarballs are:

$ shasum -a 256 infer-*-v0.17.0.tar.xz
de972ba3043f18b29a8eff6cd7612e24f5ffaef038dc7949befeaf490931725e  infer-linux64-v0.17.0.tar.xz
1a3ef6fb51846ae63ffd7fde3b0255f75bab6157f5de1842606fa32988d101f8  infer-osx-v0.17.0.tar.xz

Infer version 0.16.0

This is a binary release of Infer for Linux and MacOS. To use it follow these instructions.

It's been a long time since the previous release, here are some new features and improvements you can find in this new release:

Backend analyses:

Frontends:

The sha256 checksums of the tarballs are:

</tr></table>

... (truncated)

Changelog

Sourced from infer-annotation's changelog.

Version 0.17.0

Version 0.16.0

Backend analyses:

Frontends:

Version 0.15.0

Version 0.14.0

Version 0.13.1

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.facebook.infer.annotation:infer-annotation&package-manager=gradle&previous-version=0.11.2&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/2044 Reviewed By: nikoant Differential Revision: D26947169 Pulled By: passy fbshipit-source-id: 2158ae6518094e8521f3a2c21f9e62bb6bb8dacf --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67469afc9..804f5b344 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ ext.deps = [ boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0', // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.2', - inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2', + inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.18.0', proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.16.0', // Litho lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION",