Skip to content

Commit

Permalink
Update license-maven-plugin to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 13, 2023
1 parent 8b35cb6 commit c5668a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Airbase 148
* Plugin updates:
- errorprone 2.22.0 (from 2.21.1)
- spotbugs-maven-plugin 4.7.3.6 (from 4.7.3.5)
- license-maven-plugin 4.3 (from 4.2)

Airbase 147

Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
<version>4.3</version>
<configuration>
<skip>${air.check.skip-license}</skip>
<skipExistingHeaders>${air.license.skip-existing-headers}</skipExistingHeaders>
Expand Down

0 comments on commit c5668a7

Please sign in to comment.