Skip to content

Commit

Permalink
[MNG-7943] Upgrade default plugin bindings
Browse files Browse the repository at this point in the history
- surefire from 3.1.2 to 3.2.2
- dependency from 3.6.0 to 3.6.1
  • Loading branch information
slawekjaranowski committed Nov 26, 2023
1 parent 48adee3 commit e6cc6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test
org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test
</test>
<package>
org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar
Expand Down Expand Up @@ -123,7 +123,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test
org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test
</test>
<package>
org.apache.maven.plugins:maven-ejb-plugin:3.2.1:ejb
Expand Down Expand Up @@ -170,7 +170,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test
org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test
</test>
<package>
org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar,
Expand Down Expand Up @@ -215,7 +215,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test
org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test
</test>
<package>
org.apache.maven.plugins:maven-war-plugin:3.4.0:war
Expand Down Expand Up @@ -294,7 +294,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test
org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test
</test>
<package>
org.apache.maven.plugins:maven-rar-plugin:3.0.0:rar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ under the License.
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit e6cc6c5

Please sign in to comment.