Skip to content

Commit 8db7979

Browse files
authored
Release/4.8.6 (#3015)
* release v4.8.6 * prepare for the next release
1 parent c5d4ca0 commit 8db7979

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:
66
Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased - 2024-??-??
9+
10+
## 4.8.6 - 2024-06-17
911
### Fixed
1012
- Do not report BC_UNCONFIRMED_CAST for Java 21's type switches when the switch instruction is TABLESWITCH ([#2782](https://github.com/spotbugs/spotbugs/issues/2782))
1113
- Do not throw exception when inspecting empty switch statements ([#2995](https://github.com/spotbugs/spotbugs/issues/2995))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'com.github.spotbugs'
9-
version = '4.8.6-SNAPSHOT'
9+
version = '4.9.0-SNAPSHOT'
1010

1111
apply from: "$rootDir/gradle/java.gradle"
1212
apply from: "$rootDir/gradle/jacoco.gradle"

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
html_context = {
1919
'version' : '4.8',
20-
'full_version' : '4.8.5',
21-
'maven_plugin_version' : '4.8.5.0',
22-
'gradle_plugin_version' : '6.0.14',
20+
'full_version' : '4.8.6',
21+
'maven_plugin_version' : '4.8.6.0',
22+
'gradle_plugin_version' : '6.0.18',
2323
'archetype_version' : '0.2.3'
2424
}
2525

0 commit comments

Comments
 (0)