Skip to content

Commit c1fa7f2

Browse files
committed
release v4.9.8
1 parent 023f8dd commit c1fa7f2

2 files changed

Lines changed: 3 additions & 1 deletion

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.8 - 2025-10-18
911
### Fixed
1012
- Maven plugin reporting issue if -adjustPriority is not set ([#3774](https://github.com/spotbugs/spotbugs/issues/3774))
1113

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
group = 'com.github.spotbugs'
19-
version = '4.10.0-SNAPSHOT'
19+
version = '4.9.8'
2020

2121
apply from: "${rootDir}/gradle/java.gradle"
2222
apply from: "${rootDir}/gradle/jacoco.gradle"

0 commit comments

Comments
 (0)