Skip to content

Commit 1d294c2

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.1 (#918)
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>
1 parent 3300f3e commit 1d294c2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

maven_plugin/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,13 +2157,6 @@
21572157
"checksumAlgorithm": "SHA-256",
21582158
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
21592159
},
2160-
{
2161-
"groupId": "org.apache.maven.plugins",
2162-
"artifactId": "maven-failsafe-plugin",
2163-
"version": "3.5.0",
2164-
"checksumAlgorithm": "SHA-256",
2165-
"checksum": "d264a277ed9dad6527dea1a0a74f24cdda73d1781ed68e4fe658088c02771811"
2166-
},
21672160
{
21682161
"groupId": "org.cyclonedx",
21692162
"artifactId": "cyclonedx-maven-plugin",
@@ -2199,6 +2192,13 @@
21992192
"checksumAlgorithm": "SHA-256",
22002193
"checksum": "a7c4d80639c97df9ee8957b29ec0c6c9fda56861b3bec8016becda0251b543b6"
22012194
},
2195+
{
2196+
"groupId": "org.apache.maven.plugins",
2197+
"artifactId": "maven-failsafe-plugin",
2198+
"version": "3.5.1",
2199+
"checksumAlgorithm": "SHA-256",
2200+
"checksum": "66d0451c0472fd94e09a3cef6fbca30c864bf831966173c73097f1f6b6691606"
2201+
},
22022202
{
22032203
"groupId": "org.apache.maven.plugins",
22042204
"artifactId": "maven-eclipse-plugin",

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
</plugin>
217217
<plugin>
218218
<artifactId>maven-failsafe-plugin</artifactId>
219-
<version>3.5.0</version>
219+
<version>3.5.1</version>
220220
<configuration>
221221
<!--
222222
! currently needed to run integration tests.

0 commit comments

Comments
 (0)