Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) and [com.google.errorprone:error_prone_core](https://github.com/google/error-prone).

Updates `com.ibm.icu:icu4j` from 75.1 to 76.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/unicode-org/icu/releases">com.ibm.icu:icu4j's releases</a>.</em></p>
<blockquote>
<h2>ICU 76.1</h2>
<p>ICU 76 updates to <a href="https://www.unicode.org/versions/Unicode16.0.0/">Unicode 16</a> (<a href="https://blog.unicode.org/2024/09/announcing-unicode-standard-version-160.html">blog</a>), including new characters and scripts, emoji, collation &amp; IDNA changes, and corresponding APIs and implementations. It also updates to <a href="https://cldr.unicode.org/downloads/cldr-46">CLDR 46</a> (<a href="https://blog.unicode.org/2024/09/unicode-cldr-46-beta-available-for.html">beta blog</a>) locale data with new locales, significant updates to existing locales, and various additions and corrections. For example, the CLDR and Unicode default sort orders are now very nearly the same.</p>
<p>Most of the java.time (Temporal) types can now be formatted directly using the existing ICU4J date/time formatting classes.</p>
<p>There are some new APIs to make ICU easier to use with modern C++ and Java patterns. Most of the C/C++ APIs added for this purpose are implemented as C++ header-only APIs, and usable on top of binary stable C APIs, which is a first for ICU.</p>
<p>The Java and C++ technology preview implementations of the (also in <a href="https://github.com/unicode-org/message-format-wg?tab=readme-ov-file#messageformat-2-technical-preview">tech preview</a>) CLDR MessageFormat 2.0 specification have been updated to match recent changes.</p>
<p>ICU 76 and CLDR 46 are major releases, including a new version of Unicode and major locale data improvements.</p>
<p>For details, please see <a href="https://unicode-org.github.io/icu/download/76.html">https://unicode-org.github.io/icu/download/76.html</a>.</p>
<h2>ICU 76 RC</h2>
<p>We are pleased to announce the release candidate for Unicode® ICU 76. It updates to <a href="https://www.unicode.org/versions/Unicode16.0.0/">Unicode 16</a> (<a href="https://blog.unicode.org/2024/09/announcing-unicode-standard-version-160.html">blog</a>), including new characters and scripts, emoji, collation &amp; IDNA changes, and corresponding APIs and implementations. It also updates to <a href="https://cldr.unicode.org/downloads/cldr-46">CLDR 46</a> (<a href="https://blog.unicode.org/2024/09/unicode-cldr-46-beta-available-for.html">beta blog</a>) locale data with new locales, significant updates to existing locales, and various additions and corrections. For example, the CLDR and Unicode default sort orders are now very nearly the same.</p>
<p>Most of the java.time (Temporal) types can now be formatted directly using the existing ICU4J date/time formatting classes.</p>
<p>There are some new APIs to make ICU easier to use with modern C++ and Java patterns. Most of the C/C++ APIs added for this purpose are implemented as C++ header-only APIs, and usable on top of binary stable C APIs, which is a first for ICU.</p>
<p>The Java and C++ technology preview implementations of the (also in <a href="https://github.com/unicode-org/message-format-wg?tab=readme-ov-file#messageformat-2-technical-preview">tech preview</a>) CLDR MessageFormat 2.0 specification have been updated to match recent changes.</p>
<p>ICU 76 and CLDR 46 are major releases, including a new version of Unicode and major locale data improvements.</p>
<p>For details, please see <a href="https://unicode-org.github.io/icu/download/76.html">https://unicode-org.github.io/icu/download/76.html</a>.</p>
<p>Please test this release candidate on your platforms and report bugs and regressions by Monday, 2024-oct-21, via the <a href="https://icu.unicode.org/contacts">icu-support</a> mailing list, and/or please <a href="https://icu.unicode.org/bugs">find/submit error reports</a>.</p>
<p>Please do not use this release candidate in production.</p>
<p>The preliminary API reference documents are published on <a href="https://unicode-org.github.io/icu-docs/">unicode-org.github.io/icu-docs/</a> – follow the “Dev” links there.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/unicode-org/icu/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.errorprone:error_prone_core` from 2.34.0 to 2.35.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.35.1</h2>
<p>Error Prone's dependency on protobuf has been downgraded to 3.25.5 for this release.</p>
<p>Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is provided for users who aren't ready to update to 4.x, see also <a href="https://redirect.github.com/google/error-prone/issues/4584">#4584</a> and <a href="https://redirect.github.com/google/error-prone/issues/4634">#4634</a>. Future versions of Error Prone will upgrade back to protobuf 4.x.</p>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.35.0...v2.35.1">https://github.com/google/error-prone/compare/v2.35.0...v2.35.1</a></p>
<h2>Error Prone  2.35.0</h2>
<p>Changes:</p>
<ul>
<li>Fix handling of <code>\s</code> before the trailing delimiter in <a href="https://errorprone.info/bugpattern/MisleadingEscapedSpace"><code>MisleadingEscapedSpace</code></a></li>
<li><a href="https://errorprone.info/bugpattern/TimeUnitMismatch"><code>TimeUnitMismatch</code></a> improvements: handle binary trees, consider trees like <code>fooSeconds * 1000</code> to have units of millis</li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/JavaDurationGetSecondsToToSeconds"><code>JavaDurationGetSecondsToToSeconds</code></a>: Prefer <code>duration.toSeconds()</code> over <code>duration.getSeconds()</code></li>
</ul>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.34.0...v2.35.0">https://github.com/google/error-prone/compare/v2.34.0...v2.35.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/0e06cc234b45625ca136ce1e47d096280df3ddd1"><code>0e06cc2</code></a> Release Error Prone 2.35.1</li>
<li><a href="https://github.com/google/error-prone/commit/db6c890a54835e5ea618b73b79bbe362d6051d3f"><code>db6c890</code></a> Downgrade protobuf version to 3.25.5</li>
<li><a href="https://github.com/google/error-prone/commit/ed6b121f2b24f9706d0ae3db4a1e7eb60e1e6c4e"><code>ed6b121</code></a> Add a repro test for broken behavior inlining the parameter value into the fu...</li>
<li><a href="https://github.com/google/error-prone/commit/a931fa36b0c2f48e2f149c4a4144dd11089161d0"><code>a931fa3</code></a> Remove <code>DoNotUseRuleChain</code> from JavaCodeClarity.</li>
<li><a href="https://github.com/google/error-prone/commit/ec2983b8b16bf3a4a2e8282c37f87db06eed8b3a"><code>ec2983b</code></a> <code>compileUnsafe</code> -&gt; <code>compile</code> for compile-time-constant expressions.</li>
<li><a href="https://github.com/google/error-prone/commit/2ce963284ef612ee0a8ad734e94f022ef9738a72"><code>2ce9632</code></a> Strip the quotation marks from the source code when reconstructing the literal.</li>
<li><a href="https://github.com/google/error-prone/commit/99a0d9d18ab5886e57c73c859dd15b26568ceb04"><code>99a0d9d</code></a> TimeUnitMismatch: handle BinaryTrees.</li>
<li><a href="https://github.com/google/error-prone/commit/60c5f763bd1889d1b84e4a0174518444b58c717d"><code>60c5f76</code></a> TimeUnitMismatch: consider trees like <code>fooSeconds * 1000</code> to have units of `m...</li>
<li><a href="https://github.com/google/error-prone/commit/427b51da87b15e9fdd852e2e8e542cde172b6a2c"><code>427b51d</code></a> GetSeconds to ToSeconds error prone</li>
<li>See full diff in <a href="https://github.com/google/error-prone/compare/v2.34.0...v2.35.1">compare view</a></li>
</ul>
</details>
<br />

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 <dependency name> major version` will 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 version` will 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 conditions

</details>

Fixes #380

COPYBARA_INTEGRATE_REVIEW=#380 from google:dependabot/maven/dependencies-003a53b164 74419ca
PiperOrigin-RevId: 690673544
  • Loading branch information
dependabot[bot] authored and Jimfs Team committed Oct 28, 2024
1 parent 42a8f74 commit 2e48f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<auto-common.version>1.2.2</auto-common.version>
<java.version>1.8</java.version>
<guava.version>33.3.1-jre</guava.version>
<errorprone.version>2.34.0</errorprone.version>
<errorprone.version>2.35.1</errorprone.version>
</properties>

<dependencyManagement>
Expand All @@ -114,7 +114,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>75.1</version>
<version>76.1</version>
</dependency>

<!-- Compile-time dependencies -->
Expand Down

0 comments on commit 2e48f5f

Please sign in to comment.