Skip to content

Commit

Permalink
Merge pull request #125 from MORE-Platform/dependabot/maven/develop/m…
Browse files Browse the repository at this point in the history
…aven-plugin-519f62fc08

Bump the maven-plugin group with 4 updates
  • Loading branch information
ja-fra authored Apr 30, 2024
2 parents 13fbc5f + f18fa48 commit cc6bbc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -228,7 +228,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -381,7 +381,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.4.0</version>
<executions>
<execution>
<id>generate-third-party</id>
Expand Down

0 comments on commit cc6bbc1

Please sign in to comment.