Skip to content

Commit

Permalink
Update checkstyle & checkstyle maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed May 30, 2023
1 parent 84ca3a5 commit f22c9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Airbase 140

* Dependency updates:
- Guava 32.0.0-jre (from 31.1-jre)
- Checkstyle 10.12.0 (from 10.11.0)
* Plugin updates:
- maven-checkstyle-plugin 3.3.0 (from 3.2.2)

Airbase 139

Expand Down
4 changes: 2 additions & 2 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -928,12 +928,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.11.0</version>
<version>10.12.0</version>
</dependency>
<!-- This version must match the Airbase version. It will be updated by -->
<!-- the Maven Release plugin. The "project.version" property cannot be -->
Expand Down

0 comments on commit f22c9fc

Please sign in to comment.