Skip to content

Commit

Permalink
Update maven-dependency-plugin to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and electrum committed Oct 31, 2023
1 parent 4cbe8ab commit 8a293da
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 @@ -16,6 +16,7 @@ Airbase 148
- jacoco-maven-plugin 0.8.11 (from 0.8.10)
- surefire-maven-plugin 3.2.1 (from 3.1.2)
- maven-checkstyle-plugin 3.3.1 (from 3.3.0)
- maven-dependency-plugin 3.6.1 (from 3.6.0)

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 @@ -781,7 +781,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<skip>${air.check.skip-dependency}</skip>
<failOnWarning>${air.check.fail-dependency}</failOnWarning>
Expand Down

0 comments on commit 8a293da

Please sign in to comment.