Skip to content

Commit

Permalink
release v4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed May 3, 2024
1 parent 3d69e18 commit 1dbd799
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 - 2024-??-??
## Unreleased - 2024-05-03
### Fixed
- Fix FP `SING_SINGLETON_GETTER_NOT_SYNCHRONIZED` with eager instances ([#2932](https://github.com/spotbugs/spotbugs/issues/2932))
- Fix FPs when looking for multiple initialization of Singletons ([#2934](https://github.com/spotbugs/spotbugs/issues/2934))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ plugins {
}

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

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.4',
'maven_plugin_version' : '4.8.4.0',
'gradle_plugin_version' : '6.0.10',
'full_version' : '4.8.5',
'maven_plugin_version' : '4.8.5.0',
'gradle_plugin_version' : '6.0.14',
'archetype_version' : '0.2.3'
}

Expand Down

0 comments on commit 1dbd799

Please sign in to comment.