Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 in the dependencies group
Bumps the dependencies group with 1 update: org.apache.maven.plugins:maven-surefire-plugin.
Updates
org.apache.maven.plugins:maven-surefire-pluginfrom 3.5.5 to 3.5.6Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
3.5.6
🚀 New features and improvements
- Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302)
@olamy🐛 Bug Fixes
- Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_socket at address' is not displayed anymore when using maven.surefire.debug (#3353) (#3354)
@olamy- Ensure that the statistics filename is calculated only once. (#3326) (#3327)
@olamy- Add
flakesattribute to use intestsuitereport (#3306) (#3308)@olamy- [BACKPORT 3.5.x] [SUREFIRE-2049] - Fix SHUTDOWN type lost during command serialization. (#3270) (#3289)
@olamy- fix: null guard for context map (#3269) (#3272)
@olamy👻 Maintenance
- 3.5.x/bug/cherry pick embedded mode its (#3328)
@olamy- Use surefire 3.5.5 by project itself for testing (#3324)
@slawekjaranowski- Follow Oracle javadoc guidelines (#3177)
@elharo📦 Dependency updates
- Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#3334) @dependabot[bot]
- Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#3350) @dependabot[bot]
Commits
25ea054[maven-release-plugin] prepare release surefire-3.5.6e5f374cBump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3dadd55bIssue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...39dd250Bump commons-io:commons-io from 2.21.0 to 2.22.02774273Ensure that the statistics filename is calculated only once. (#3326) (#3327)0d5df8a3.5.x/bug/cherry pick embedded mode its (#3328)04ad9a2Use surefire 3.5.5 by project itself for testing37e8f69Addflakesattribute to use intestsuitereport (#3306) (#3308)a970fefIntroduce reportTestTimestamp option and include timestamp for test sets and ...e838393deploy 3.5.x branch to nexus- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don’t alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency’s major version (unless you unignore this specific dependency’s major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency’s minor version (unless you unignore this specific dependency’s minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsFixes https://github.com/google/truth/pull/1656
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/truth/pull/1656 from google:dependabot/maven/dependencies-baed41c752 49384a59e0bf1d681bd16bb937dbe0eed724eded PiperOrigin-RevId: 926354308
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
What is Truth?
Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.
Read more at the main website.