Skip to content

Commit

Permalink
release v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 29, 2023
1 parent 02f7366 commit 0f0e4b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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.2 - 2023-11-28

### Fixed
- Fixed false positive UPM_UNCALLED_PRIVATE_METHOD for method used in JUnit's MethodSource ([#2379](https://github.com/spotbugs/spotbugs/issues/2379))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

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

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

html_context = {
'version' : '4.8',
'full_version' : '4.8.1',
'full_version' : '4.8.2',
'maven_plugin_version' : '4.8.1.0',
'gradle_plugin_version' : '6.0.0-rc.3',
'archetype_version' : '0.2.3'
Expand Down

0 comments on commit 0f0e4b2

Please sign in to comment.