Skip to content

Commit

Permalink
Release 4.5.2 to address CVE-2021-44228
Browse files Browse the repository at this point in the history
Fixes issue #1868
  • Loading branch information
iloveeclipse committed Dec 13, 2021
1 parent c84b263 commit ba7eb96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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'
Expand Down

0 comments on commit ba7eb96

Please sign in to comment.