Skip to content

Commit

Permalink
Bump checkstyle from 9.0.1 to 9.1
Browse files Browse the repository at this point in the history
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Nov 1, 2021
1 parent a78fd35 commit 534a280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
<commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
<commons.checkstyle.version>9.0.1</commons.checkstyle.version>
<commons.checkstyle.version>9.1</commons.checkstyle.version>
<commons.felix.version>5.1.2</commons.felix.version>
<spotbugs.plugin.version>4.4.2.2</spotbugs.plugin.version>
<spotbugs.impl.version>4.4.2</spotbugs.impl.version>
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add PooledObject.getFullDuration().
</action>
<!-- UDPATE -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs from 4.3.0 to 4.4.2 #94, #99, #106.
</action>
Expand All @@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump junit-bom from 5.8.0-M1 to 5.8.1 #96, #100, #103.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump checkstyle from 8.45.1 to 9.0.1 #97, #104.
Bump checkstyle from 8.45.1 to 9.1 #97, #104, #111.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #101.
Expand Down

0 comments on commit 534a280

Please sign in to comment.