Skip to content

Commit 8020c1f

Browse files
build(deps): bump com.jakewharton.threetenabp:threetenabp from 1.4.7 to 1.4.9 (#7020)
Bumps [com.jakewharton.threetenabp:threetenabp](https://github.com/JakeWharton/ThreeTenABP) from 1.4.7 to 1.4.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JakeWharton/ThreeTenABP/blob/trunk/CHANGELOG.md">com.jakewharton.threetenabp:threetenabp's changelog</a>.</em></p> <blockquote> <h2>Version 1.4.9 <em>(2025-03-12)</em></h2> <ul> <li>Update ThreeTenBP dependency to 1.7.1 ([change log][threeten171])</li> <li>Update time zone data to 2025a(gtz).</li> </ul> <h2>Version 1.4.8 <em>(2024-11-26)</em></h2> <ul> <li>Update ThreeTenBP dependency to 1.7.0 ([change log][threeten170])</li> <li>Update time zone data to 2024b(gtz).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/ae9a981abf8382c7a8bd543ab2bb9008c5b070d5"><code>ae9a981</code></a> Prepare version 1.4.9</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/926d154ce80444f935112d46970e063ee968cbae"><code>926d154</code></a> Merge pull request <a href="https://redirect.github.com/JakeWharton/ThreeTenABP/issues/150">#150</a> from JakeWharton/upgrade</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/f4efacc9a2cac7663ac602027b0cd276bb10d460"><code>f4efacc</code></a> Bump ThreeTenBP dependency and embedded TZDB.</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/8955872579ac643bfc3afd054d8a17732a7c7583"><code>8955872</code></a> Prepare next development version</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/c23d09e132fe604b4dfcc38e384ee6a7846aa289"><code>c23d09e</code></a> Prepare version 1.4.8</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/102ec467c8cc8af2f730d2b35d1435ce384bb43e"><code>102ec46</code></a> Merge pull request <a href="https://redirect.github.com/JakeWharton/ThreeTenABP/issues/148">#148</a> from JakeWharton/upgrade</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/251a6b2e7625b4c3cca40df85b822eabec89b514"><code>251a6b2</code></a> Bump ThreeTenBP dependency and embedded TZDB.</li> <li><a href="https://github.com/JakeWharton/ThreeTenABP/commit/fd733e9c5298d19c0800eac4b5d05de9202d552b"><code>fd733e9</code></a> Prepare next development version</li> <li>See full diff in <a href="https://github.com/JakeWharton/ThreeTenABP/compare/1.4.7...1.4.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.jakewharton.threetenabp:threetenabp&package-manager=gradle&previous-version=1.4.7&new-version=1.4.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8329493 commit 8020c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" }
216216
# correspondingly-named classes from the java.time package, which should be drop-in replacements.
217217
# Do not use three-ten-abp in production code (it's only for tests) because it has performance
218218
# issues.
219-
testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.7" }
219+
testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.9" }
220220
wiremock-standalone = { module = "com.github.tomakehurst:wiremock-standalone", version.ref = "wiremockStandalone" }
221221

222222
[bundles]

0 commit comments

Comments
 (0)