Skip to content

Commit

Permalink
release 4.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
KengoTODA committed Jun 27, 2022
1 parent cd62d7d commit c133f55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 - 2022-??-??
## 4.7.1 - 2022-06-26
### Fixed
- Fixed False positives for `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` on try-with-resources with interface references ([#1931](https://github.com/spotbugs/spotbugs/issues/1931))
- Fixed NullPointerException thrown by detector `FindPotentialSecurityCheckBasedOnUntrustedSource` on Kotlin files. ([#2041](https://github.com/spotbugs/spotbugs/issues/2041))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.github.spotbugs'
version = '4.7.1-SNAPSHOT'
version = '4.7.1'

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -17,9 +17,9 @@

html_context = {
'version' : '4.7',
'full_version' : '4.7.0',
'maven_plugin_version' : '4.6.0.2',
'gradle_plugin_version' : '5.0.6',
'full_version' : '4.7.1',
'maven_plugin_version' : '4.7.0.0',
'gradle_plugin_version' : '5.0.8',
'archetype_version' : '0.2.4'
}

Expand Down

0 comments on commit c133f55

Please sign in to comment.