Skip to content

Commit a823441

Browse files
Update dependency org.testng:testng to v7.12.0 (#241)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.testng:testng](https://testng.org) ([source](https://redirect.github.com/testng-team/testng)) | `7.11.0` → `7.12.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.testng:testng/7.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.testng:testng/7.11.0/7.12.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>testng-team/testng (org.testng:testng)</summary> ### [`v7.12.0`](https://redirect.github.com/testng-team/testng/releases/tag/7.12.0) [Compare Source](https://redirect.github.com/testng-team/testng/compare/7.11.0...7.12.0) #### What's Changed - GITHUB-2765: Propagate timeout stack trace to fix [#&#8203;2765](https://redirect.github.com/testng-team/testng/issues/2765) by [@&#8203;idontusenumbers](https://redirect.github.com/idontusenumbers) in [#&#8203;3206](https://redirect.github.com/testng-team/testng/pull/3206) - Streamline working of shared thread pools by [@&#8203;krmahadevan](https://redirect.github.com/krmahadevan) in [#&#8203;3207](https://redirect.github.com/testng-team/testng/pull/3207) - Streamline xml serialisation to string by [@&#8203;krmahadevan](https://redirect.github.com/krmahadevan) in [#&#8203;3208](https://redirect.github.com/testng-team/testng/pull/3208) - test: improve osgi tests by [@&#8203;vlsi](https://redirect.github.com/vlsi) in [#&#8203;3213](https://redirect.github.com/testng-team/testng/pull/3213) - chore: setup-java Oracle action supports Java 21+ only by [@&#8203;vlsi](https://redirect.github.com/vlsi) in [#&#8203;3215](https://redirect.github.com/testng-team/testng/pull/3215) - Add DynamicImport-Package to load classes by name by [@&#8203;laeubi](https://redirect.github.com/laeubi) in [#&#8203;3220](https://redirect.github.com/testng-team/testng/pull/3220) - Use UUID backed instance id instead by [@&#8203;krmahadevan](https://redirect.github.com/krmahadevan) in [#&#8203;3218](https://redirect.github.com/testng-team/testng/pull/3218) - Ensure assertions is contents aware by [@&#8203;krmahadevan](https://redirect.github.com/krmahadevan) in [#&#8203;3228](https://redirect.github.com/testng-team/testng/pull/3228) - Fix: Ensure DataProvider parameters are refreshed on retry when cacheDataForTestRetries=false by [@&#8203;baflQA](https://redirect.github.com/baflQA) in [#&#8203;3250](https://redirect.github.com/testng-team/testng/pull/3250) - Improve/test workflow jdk25 by [@&#8203;baflQA](https://redirect.github.com/baflQA) in [#&#8203;3253](https://redirect.github.com/testng-team/testng/pull/3253) - Fix: issue 3231 retry infinite loop by [@&#8203;baflQA](https://redirect.github.com/baflQA) in [#&#8203;3251](https://redirect.github.com/testng-team/testng/pull/3251) - Fix Release process by [@&#8203;krmahadevan](https://redirect.github.com/krmahadevan) in [#&#8203;3255](https://redirect.github.com/testng-team/testng/pull/3255) #### New Contributors - [@&#8203;idontusenumbers](https://redirect.github.com/idontusenumbers) made their first contribution in [#&#8203;3206](https://redirect.github.com/testng-team/testng/pull/3206) - [@&#8203;laeubi](https://redirect.github.com/laeubi) made their first contribution in [#&#8203;3220](https://redirect.github.com/testng-team/testng/pull/3220) **Full Changelog**: <testng-team/testng@7.11.0...7.12.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/softwaremill/jox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a938a9 commit a823441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flows/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.testng</groupId>
110110
<artifactId>testng</artifactId>
111-
<version>7.11.0</version>
111+
<version>7.12.0</version>
112112
<scope>test</scope>
113113
<exclusions>
114114
<exclusion>

0 commit comments

Comments
 (0)