We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023f8dd commit c1fa7f2Copy full SHA for c1fa7f2
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:
6
Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased - 2025-??-??
9
+
10
+## 4.9.8 - 2025-10-18
11
### Fixed
12
- Maven plugin reporting issue if -adjustPriority is not set ([#3774](https://github.com/spotbugs/spotbugs/issues/3774))
13
build.gradle
@@ -16,7 +16,7 @@ plugins {
16
}
17
18
group = 'com.github.spotbugs'
19
-version = '4.10.0-SNAPSHOT'
+version = '4.9.8'
20
21
apply from: "${rootDir}/gradle/java.gradle"
22
apply from: "${rootDir}/gradle/jacoco.gradle"
0 commit comments