Skip to content

Commit

Permalink
Upgrade docker-maven-plugin to 0.37.0 and add to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Sep 24, 2021
1 parent b1c7147 commit 156d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ updates:
- dependency-name: com.thoughtworks.xstream:xstream
- dependency-name: org.jacoco:*
# Maven plugins
- dependency-name: io.fabric8:docker-maven-plugin
- dependency-name: net.revelc.code.formatter:formatter-maven-plugin
- dependency-name: net.revelc.code:impsort-maven-plugin
# Narayana
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.31.0</version>
<version>0.37.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 156d7c2

Please sign in to comment.