Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.apache.maven.plugins:maven-failsafe-p…
Browse files Browse the repository at this point in the history
…lugin to v3.2.3 (#552)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Dec 13, 2023
1 parent f88cf70 commit a963376
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2069,13 +2069,6 @@
}
],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-failsafe-plugin",
"version": "3.2.2",
"checksumAlgorithm": "SHA-256",
"checksum": "a0c6e8ecd5b0e99a2f1d6c8fe211811e820aa37de4c704a0081cf31360fddae3"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
Expand Down Expand Up @@ -2118,6 +2111,13 @@
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-failsafe-plugin",
"version": "3.2.3",
"checksumAlgorithm": "SHA-256",
"checksum": "bce5f76a2d69e0ae506912b3b468619f9332eafd821b4affb9bb50a524f912a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<!--
! currently needed to run integration tests.
Expand Down

0 comments on commit a963376

Please sign in to comment.