Skip to content

Commit 4aeaaa2

Browse files
fix(deps): update dependency com.ocadotechnology.gembus:test-arranger to v1.6.4.1 (#1672)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.ocadotechnology.gembus:test-arranger](https://redirect.github.com/ocadotechnology/test-arranger) | `1.5.7.1` -> `1.6.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.ocadotechnology.gembus:test-arranger/1.6.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.ocadotechnology.gembus:test-arranger/1.5.7.1/1.6.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ocadotechnology/test-arranger (com.ocadotechnology.gembus:test-arranger)</summary> ### [`v1.6.4`](https://redirect.github.com/ocadotechnology/test-arranger/releases/tag/v1.6.4) #### What's Changed - introducing android support - bumping easy-random **Full Changelog**: ocadotechnology/test-arranger@v1.6.3...v1.6.4 ### [`v1.6.3`](https://redirect.github.com/ocadotechnology/test-arranger/releases/tag/v1.6.3) #### What's Changed - Dependencies upgrade, including the new EasyRandom version with sealed interfaces support. - Basic sealed interface support by [@&#8203;michal309](https://redirect.github.com/michal309) in [https://github.com/ocadotechnology/test-arranger/pull/66](https://redirect.github.com/ocadotechnology/test-arranger/pull/66). #### New Contributors - [@&#8203;michal309](https://redirect.github.com/michal309) made their first contribution in [https://github.com/ocadotechnology/test-arranger/pull/66](https://redirect.github.com/ocadotechnology/test-arranger/pull/66) #### Assets https://github.com/ocadotechnology/test-arranger/releases/download/v1.1/enMarkovChain.zip ### [`v1.6.2`](https://redirect.github.com/ocadotechnology/test-arranger/releases/tag/v1.6.2) #### What's Changed - Improvements regarding randomization depth #### New Contributors - [@&#8203;Cililing](https://redirect.github.com/Cililing) made their first contribution in [https://github.com/ocadotechnology/test-arranger/pull/65](https://redirect.github.com/ocadotechnology/test-arranger/pull/65) #### Assets https://github.com/ocadotechnology/test-arranger/releases/download/v1.1/enMarkovChain.zip ### [`v1.6.0`](https://redirect.github.com/ocadotechnology/test-arranger/releases/tag/v1.6.0) - bugfix for silently ignoring misconfigured overrides - bumping dependencies, including easy-random 7.0, which introduces a breaking change related to Java validation annotations Assets: https://github.com/ocadotechnology/test-arranger/releases/download/v1.1/enMarkovChain.zip ### [`v1.5.9`](https://redirect.github.com/ocadotechnology/test-arranger/releases/tag/v1.5.9): 1.5.9 - bugfix for silently ignoring misconfigured overrides Assets: https://github.com/ocadotechnology/test-arranger/releases/download/v1.1/enMarkovChain.zip ### [`v1.5.8`](https://redirect.github.com/ocadotechnology/test-arranger/releases/tag/v1.5.8): 1.5.8 - a fork of the EasyRandom library, known as "dvgaba/easy-random," is utilized as the randomization engine; this fork is chosen due to the discontinued updates of the "j-easy/easy-random" library - an issue concerning collections initialization in records when overrides are applied has been addressed with a bug fix Assets: https://github.com/ocadotechnology/test-arranger/releases/download/v1.1/enMarkovChain.zip </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/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f9bf04 commit 4aeaaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libraries.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.3" }
4747
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
4848
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
4949
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.13.1" }
50-
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" }
50+
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.6.4.1" }
5151
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "4.1.2" }
5252
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.4.3" }
5353

0 commit comments

Comments
 (0)