Skip to content

Commit 1f6a719

Browse files
committed
release v4.9.3
1 parent 30f22d8 commit 1f6a719

3 files changed

Lines changed: 5 additions & 3 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 - 2025-??-??
9+
10+
## 4.9.3 - 2025-03-14
911
### Added
1012

1113
- Introduced `UselessSuppressionDetector` to report the useless annotations instead of `NoteSuppressedWarnings` ([#3348](https://github.com/spotbugs/spotbugs/issues/3348))

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

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

docs/conf.py

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

1818
html_context = {
1919
'version' : '4.9',
20-
'full_version' : '4.9.2',
21-
'maven_plugin_version' : '4.9.2.0',
20+
'full_version' : '4.9.3',
21+
'maven_plugin_version' : '4.9.3.0',
2222
'gradle_plugin_version' : '6.2.0',
2323
'archetype_version' : '0.2.3'
2424
}

0 commit comments

Comments
 (0)