Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jan 31, 2024
1 parent 7969c2d commit 72afc8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build-helper-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin-version}</version>
<configuration>
<goalPrefix>plugin</goalPrefix>
</configuration>
</plugin>

<plugin>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
<maven-clean-plugin-version>3.3.2</maven-clean-plugin-version>
<maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
<maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
<maven-install-plugin-version>3.1.1</maven-install-plugin-version>
<maven-deploy-plugin-version>3.1.1</maven-deploy-plugin-version>
<maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>
<maven-plugin-plugin-version>3.10.2</maven-plugin-plugin-version>
<maven-plugin-plugin-version>3.11.0</maven-plugin-plugin-version>
<maven-site-plugin-version>3.12.1</maven-site-plugin-version>
<maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
Expand Down Expand Up @@ -356,7 +356,7 @@
<dependency>
<groupId>com.meterware.simplestub</groupId>
<artifactId>simplestub</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 72afc8d

Please sign in to comment.