Skip to content

Commit

Permalink
release SpotBugs v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Sep 24, 2020
1 parent 03f985a commit 8c5bb16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:

Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

## Unreleased - 2020-??-??
## 4.1.3 - 2020-09-25
### Fixed
* False positive `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` on try-with-resources ([#259](https://github.com/spotbugs/spotbugs/issues/259))
* Misconfiguration which makes ASM not supporting Java 14 ([#1276](https://github.com/spotbugs/spotbugs/issues/1276))
Expand All @@ -25,7 +25,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

## 4.1.0 - 2020-07-30
### Added
* Support custom bug annotation
* Support custom bug annotation
* Experimental support for the SARIF 2.1.0 report ([discuss#95](https://github.com/spotbugs/discuss/issues/95))

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.github.spotbugs" version "4.5.0"
}

version = '4.1.3-SNAPSHOT'
version = '4.1.3'

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -17,7 +17,7 @@

html_context = {
'version' : '4.1',
'full_version' : '4.1.2',
'full_version' : '4.1.3',
'maven_plugin_version' : '4.0.4',
'gradle_plugin_version' : '4.5.0',
'archetype_version' : '0.2.3'
Expand Down

0 comments on commit 8c5bb16

Please sign in to comment.