diff --git a/CHANGELOG.md b/CHANGELOG.md index 39485713437..02235341fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ 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.5.2 - 2022-12-13 ### Fixed +- Bumped log4j from 2.14.1 to 2.15.0 to address CVE-2021-44228 - Updated RV_01_TO_INT to handle float and long checks ([#1518](https://github.com/spotbugs/spotbugs/issues/1518)) ## 4.5.1 - 2021-12-08 diff --git a/build.gradle b/build.gradle index ac442f0fa5e..05135ca997b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'com.github.spotbugs' -version = '4.5.2-SNAPSHOT' +version = '4.5.2' apply from: "$rootDir/gradle/java.gradle" apply from: "$rootDir/gradle/jacoco.gradle" diff --git a/docs/conf.py b/docs/conf.py index 61e63262d04..a8c54a6d505 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ html_context = { 'version' : '4.5', - 'full_version' : '4.5.1', + 'full_version' : '4.5.2', 'maven_plugin_version' : '4.5.0.0', 'gradle_plugin_version' : '5.0.0', 'archetype_version' : '0.2.4'