From 2fa42a8879da41178a7dbd1820652b477f431ebe Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Sat, 16 May 2020 15:29:56 +0700 Subject: [PATCH] Version 1.1.1 Released --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ee9d812c..8ae272c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,5 +19,5 @@ # If not, see . # -version=1.1.0 +version=1.1.1 ijVersion=2019.3 \ No newline at end of file diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index ea3f9a93..4101ae69 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -81,6 +81,12 @@ +

1.1.1

+
    +
  • Updated SpotBugs to version 4.0.3 to avoid installing SecurityManager during analysis. + Fixes issue #10: After running the plugin I can't compile or run anything in IDEA
  • +
  • Cosmetic changes
  • +

1.1.0

  • Updated bundled third-party SpotBugs plugins: FB-Contrib (7.4.7) and Find Security Bugs (1.10.1)