Skip to content

Commit ef76e9b

Browse files
committed
release v4.9.0
1 parent d64bfd2 commit ef76e9b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

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.9.0 - 2025-01-15
911
### Added
1012
- Updated the `SuppressFBWarnings` annotation to support finer grained bug suppressions ([#3102](https://github.com/spotbugs/spotbugs/pull/3102))
1113
- SimpleDateFormat, DateTimeFormatter, FastDateFormat string check for bad combinations of flag formatting ([#637](https://github.com/spotbugs/spotbugs/issues/637))

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.9.0-SNAPSHOT'
9+
version = '4.9.0'
1010

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

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
import os
1717

1818
html_context = {
19-
'version' : '4.8',
20-
'full_version' : '4.8.6',
21-
'maven_plugin_version' : '4.8.6.6',
22-
'gradle_plugin_version' : '6.1.0',
19+
'version' : '4.9',
20+
'full_version' : '4.9.0',
21+
'maven_plugin_version' : '4.9.0.0',
22+
'gradle_plugin_version' : '6.2.0',
2323
'archetype_version' : '0.2.3'
2424
}
2525

0 commit comments

Comments
 (0)