Skip to content

Commit

Permalink
Merge pull request #309 from quarkusio/dependabot/maven/maven-plugins…
Browse files Browse the repository at this point in the history
…-d2410b184d

Bump io.fabric8:docker-maven-plugin from 0.44.0 to 0.45.0 in the maven-plugins group
  • Loading branch information
yrodiere authored Jul 31, 2024
2 parents 5a2133e + 4aa04c9 commit 039c8aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ updates:
patterns:
- "*maven*plugin*"
- "org.apache.maven*:*"
- "io.fabric8:docker-maven-plugin"
exclude-patterns:
- "io.quarkus*"
quarkus:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<skipITs>true</skipITs>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<test.jvm.args>-Xms2g -Xmx2g</test.jvm.args>
<version.docker.plugin>0.44.0</version.docker.plugin>
<version.docker.plugin>0.45.0</version.docker.plugin>
<version.formatter.plugin>2.24.1</version.formatter.plugin>
<version.impsort-maven-plugin>1.11.0</version.impsort-maven-plugin>
<!-- This version needs to match the version in src/main/docker/opensearch-custom.Dockerfile -->
Expand Down

0 comments on commit 039c8aa

Please sign in to comment.