Skip to content

Commit

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

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 Nov 3, 2024
1 parent 5cefd0f commit 3d8407d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.2",
"checksumAlgorithm": "SHA-256",
"checksum": "18fb9be8981fe43d3efa1d847955cdfa1a3c64d5fa463d123dee7278afd88c14"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-clean-plugin",
Expand Down Expand Up @@ -61,13 +68,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.1",
"checksumAlgorithm": "SHA-256",
"checksum": "a722d6a6c8c0decd6956a5d035fcb70dd31e965f4bbbef7c965964c985a43ea8"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
Expand Down
14 changes: 7 additions & 7 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2319,6 +2319,13 @@
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.2",
"checksumAlgorithm": "SHA-256",
"checksum": "18fb9be8981fe43d3efa1d847955cdfa1a3c64d5fa463d123dee7278afd88c14"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-clean-plugin",
Expand Down Expand Up @@ -2375,13 +2382,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.1",
"checksumAlgorithm": "SHA-256",
"checksum": "a722d6a6c8c0decd6956a5d035fcb70dd31e965f4bbbef7c965964c985a43ea8"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3d8407d

Please sign in to comment.