Skip to content

Commit

Permalink
Bump maven-plugin-tools.version from 3.10.2 to 3.11.0 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 22e8fd2 commit 4f507b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion injector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<asm.version>9.6</asm.version>
<maven-plugin-tools.version>3.10.2</maven-plugin-tools.version>
<maven-plugin-tools.version>3.11.0</maven-plugin-tools.version>
<maven.version>3.8.1</maven.version>
</properties>

Expand Down Expand Up @@ -74,6 +74,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-tools.version}</version>
<configuration>
<goalPrefix>bridge-method-injector</goalPrefix>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit 4f507b9

Please sign in to comment.