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.1 (#917)

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 Oct 6, 2024
1 parent 15fc48c commit 3300f3e
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 @@ -26,20 +26,20 @@
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.0",
"checksumAlgorithm": "SHA-256",
"checksum": "4b810f10f124e88eb37d45185f5cb1383cff13441158492c1484b75e0cf6e725"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
"version": "2.8.2",
"checksumAlgorithm": "SHA-256",
"checksum": "37fab69d06c0d402de9fe600381f63bb5b98f864ea8589c52d71bbd6dd60d293"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.1",
"checksumAlgorithm": "SHA-256",
"checksum": "a722d6a6c8c0decd6956a5d035fcb70dd31e965f4bbbef7c965964c985a43ea8"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-jar-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 @@ -2164,20 +2164,20 @@
"checksumAlgorithm": "SHA-256",
"checksum": "d264a277ed9dad6527dea1a0a74f24cdda73d1781ed68e4fe658088c02771811"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.0",
"checksumAlgorithm": "SHA-256",
"checksum": "4b810f10f124e88eb37d45185f5cb1383cff13441158492c1484b75e0cf6e725"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
"version": "2.8.2",
"checksumAlgorithm": "SHA-256",
"checksum": "37fab69d06c0d402de9fe600381f63bb5b98f864ea8589c52d71bbd6dd60d293"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.1",
"checksumAlgorithm": "SHA-256",
"checksum": "a722d6a6c8c0decd6956a5d035fcb70dd31e965f4bbbef7c965964c985a43ea8"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-jar-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.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3300f3e

Please sign in to comment.