Skip to content

Commit

Permalink
⬆️(deps): Update surefire-plugin.version to v3.5.2 (#965)
Browse files Browse the repository at this point in the history
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 aea9a4b commit 5cefd0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions github_action/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6943,13 +6943,27 @@
"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",
"version": "3.4.0",
"checksumAlgorithm": "SHA-256",
"checksum": "1e00437fc88814a0790dbc45fe8c482a92b077ad12c3890614f9aee9fb194660"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-failsafe-plugin",
"version": "3.5.2",
"checksumAlgorithm": "SHA-256",
"checksum": "31d859fa8c1679d71e821eaffe14608dea0fa1f3caba6c0d5ee8867f0d17c1a9"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
Expand All @@ -6964,13 +6978,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "568dba1991c04baafb5d152272653a6f9be2aa4bf134cd15ea4fc480af878d7f"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-failsafe-plugin",
"version": "3.5.1",
"checksumAlgorithm": "SHA-256",
"checksum": "66d0451c0472fd94e09a3cef6fbca30c864bf831966173c73097f1f6b6691606"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
Expand Down Expand Up @@ -6999,13 +7006,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 github_action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.16.1</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<quarkus.package.type>uber-jar</quarkus.package.type>
<skipOriginalJarRename>true</skipOriginalJarRename>
<quarkus.package.add-runner-suffix>false</quarkus.package.add-runner-suffix>
Expand Down

0 comments on commit 5cefd0f

Please sign in to comment.