diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1cebf6f35..153cdf7ca0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/build.gradle b/build.gradle index 52ea357b394..760a50ae196 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/docs/conf.py b/docs/conf.py index 6b605c6863b..78f3df4b928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' }