Skip to content

Commit

Permalink
release v4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Apr 7, 2024
1 parent 2240767 commit a86cfd3
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 @@ -5,7 +5,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 - 2023-??-??
## 4.8.4 - 2024-04-07
### Fixed
- Fix FP in SE_PREVENT_EXT_OBJ_OVERWRITE when the if statement checking for null value, checking multiple variables or the method exiting in the if branch with an exception. ([#2750](https://github.com/spotbugs/spotbugs/issues/2750))
- Fix possible null value in taxonomies of SARIF output ([#2744](https://github.com/spotbugs/spotbugs/issues/2744))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ plugins {
}

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

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.8',
'full_version' : '4.8.3',
'maven_plugin_version' : '4.8.2.0',
'gradle_plugin_version' : '6.0.4',
'full_version' : '4.8.4',
'maven_plugin_version' : '4.8.4.0',
'gradle_plugin_version' : '6.0.10',
'archetype_version' : '0.2.3'
}

Expand Down

0 comments on commit a86cfd3

Please sign in to comment.