Skip to content

Commit 13ee9cd

Browse files
committed
fix(deps): upgrade checkstyle 10.22.0 to 10.23.0
1 parent 7fd1ec4 commit 13ee9cd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
### Fixed
12+
- versions-maven-plugin doesn't ignore *-rc* release candidates
13+
14+
### Changed
15+
- Maven plugin upgrades:
16+
- checkstyle 10.22.0 -> 10.23.0
17+
18+
1119
## [6.1.8] - 2025-04-1
1220

1321
### Changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ check for new dependency/plugin updates using:
127127
<!-- enables https://github.com/timgifford/maven-buildtime-extension -->
128128
<buildtime.output.log>true</buildtime.output.log>
129129

130-
<checkstyle.version>10.22.0</checkstyle.version>
130+
<checkstyle.version>10.23.0</checkstyle.version>
131131
<checkstyle.skip>false</checkstyle.skip>
132132
<checkstyle.sevntu-checks.version>1.44.1</checkstyle.sevntu-checks.version>
133133
<checkstyle.violation-severity>warning</checkstyle.violation-severity>

0 commit comments

Comments
 (0)