Skip to content

Commit

Permalink
Bump com.googlecode.t7mp:maven-t7-plugin from 0.9.7 to 0.9.18
Browse files Browse the repository at this point in the history
Bumps [com.googlecode.t7mp:maven-t7-plugin](https://github.com/t7mp/maven-t7-plugin) from 0.9.7 to 0.9.18.
- [Commits](https://github.com/t7mp/maven-t7-plugin/commits/maven-t7-plugin-0.9.18)

---
updated-dependencies:
- dependency-name: com.googlecode.t7mp:maven-t7-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rzo1 committed Aug 22, 2024
1 parent 569112c commit 0f76c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/resources-declared-in-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugin>
<groupId>com.googlecode.t7mp</groupId>
<artifactId>maven-t7-plugin</artifactId>
<version>0.9.7</version>
<version>0.9.18</version>
<configuration>
<tomcatHttpPort>1234</tomcatHttpPort>
<tomcatShutdownPort>13245</tomcatShutdownPort>
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-example-with-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugin>
<groupId>com.googlecode.t7mp</groupId>
<artifactId>maven-t7-plugin</artifactId>
<version>0.9.7</version>
<version>0.9.18</version>
<configuration>
<tomcatHttpPort>1234</tomcatHttpPort>
<tomcatShutdownPort>13245</tomcatShutdownPort>
Expand Down

0 comments on commit 0f76c28

Please sign in to comment.