Skip to content

Commit

Permalink
Merge pull request #279 from usethesource/dependabot/maven/maven-plug…
Browse files Browse the repository at this point in the history
…ins-3a9b8c81e4

Bump the maven-plugins group with 3 updates
  • Loading branch information
jurgenvinju authored Nov 2, 2024
2 parents 7909898 + 836fac2 commit b5e35ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>test</id>
Expand Down Expand Up @@ -167,7 +167,7 @@
<plugin> <!-- needs to be explictily envoked using mvn checkstyle:check -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
Expand Down Expand Up @@ -221,7 +221,7 @@
<!-- This plugin will set properties values using dependency information -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit b5e35ea

Please sign in to comment.