Skip to content

Commit

Permalink
Merge pull request #226 from Ekryd/snyk-upgrade-5b7322bd046f0167c8166…
Browse files Browse the repository at this point in the history
…507bdca66a8

[Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.5 to 3.8.6
  • Loading branch information
Ekryd authored Jul 7, 2022
2 parents 5bb6834 + 49339b8 commit a503a3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.5</version>
<version>3.8.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/src/it/sort-dependencies-ignore-trick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.5</version>
<version>3.8.6</version>
</dependency>
<dependency>
<?SORTPOM IGNORE?>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
log = new File(basedir, 'build.log')
sorted = new File(basedir, 'pom.xml')
expected = new File(basedir, 'expected_pom.xml')
expected = new File(basedir, 'expected/pom.xml')
backup = new File(basedir, 'pom.xml.bak')

assert log.exists()
Expand Down

0 comments on commit a503a3e

Please sign in to comment.