Skip to content

Bump the dependencies group in /value with 2 updates#2079

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_938568301
Jun 26, 2026
Merged

Bump the dependencies group in /value with 2 updates#2079
copybara-service[bot] merged 1 commit into
mainfrom
test_938568301

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

Bump the dependencies group in /value with 2 updates

Bumps the dependencies group in /value with 2 updates: org.gwtproject:gwt-user and org.gwtproject:gwt.

Updates org.gwtproject:gwt-user from 2.13.0 to 2.13.1

Release notes

Sourced from org.gwtproject:gwt-user's releases.

2.13.1

This is a bugfix release to address four issues, one of which is a regression.

What's Changed

  • Permit failure to delete files on Windows, and close finished logs. This is a regression, caused by trying to use Guava to replace some bespoke utility classes.
  • Simplify RTA iframe loading in Firefox. This addresses a change in behavior in Firefox, although in most cases applications compiled with older versions of GWT should have a workaround automatically applied by Firefox.
  • Use Objects.equals to compare record fields for null support. As the current implementation of records was producing an incorrect equals method and this was a low risk fix, this was backported.
  • Include GWT version, commit in JFR output. This ensures that we have a baseline for compiled size improvements going forward.

Full Changelog: gwtproject/gwt@2.13.0...2.13.1

Commits

Updates org.gwtproject:gwt from 2.13.0 to 2.13.1

Release notes

Sourced from org.gwtproject:gwt's releases.

2.13.1

This is a bugfix release to address four issues, one of which is a regression.

What's Changed

  • Permit failure to delete files on Windows, and close finished logs. This is a regression, caused by trying to use Guava to replace some bespoke utility classes.
  • Simplify RTA iframe loading in Firefox. This addresses a change in behavior in Firefox, although in most cases applications compiled with older versions of GWT should have a workaround automatically applied by Firefox.
  • Use Objects.equals to compare record fields for null support. As the current implementation of records was producing an incorrect equals method and this was a low risk fix, this was backported.
  • Include GWT version, commit in JFR output. This ensures that we have a baseline for compiled size improvements going forward.

Full Changelog: gwtproject/gwt@2.13.0...2.13.1

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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

Fixes #2078

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2078 from google:dependabot/maven/value/dependencies-e8b26b768f aecc284

Bumps the dependencies group in /value with 2 updates: [org.gwtproject:gwt-user](https://github.com/gwtproject/gwt) and [org.gwtproject:gwt](https://github.com/gwtproject/gwt).

Updates `org.gwtproject:gwt-user` from 2.13.0 to 2.13.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gwtproject/gwt/releases">org.gwtproject:gwt-user's releases</a>.</em></p>
<blockquote>
<h2>2.13.1</h2>
<p>This is a bugfix release to address four issues, one of which is a regression.</p>
<h2>What's Changed</h2>
<ul>
<li>Permit failure to delete files on Windows, and close finished logs. This is a regression, caused by trying to use Guava to replace some bespoke utility classes.</li>
<li>Simplify RTA iframe loading in Firefox. This addresses a change in behavior in Firefox, although in most cases applications compiled with older versions of GWT should have a workaround automatically applied by Firefox.</li>
<li>Use Objects.equals to compare record fields for null support. As the current implementation of records was producing an incorrect <code>equals</code> method and this was a low risk fix, this was backported.</li>
<li>Include GWT version, commit in JFR output. This ensures that we have a baseline for compiled size improvements going forward.</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1">https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gwtproject/gwt/commit/9483b1b89e181cc03b83d81c862660af0e6d523d"><code>9483b1b</code></a> Include GWT version, commit in JFR output (<a href="https://redirect.github.com/gwtproject/gwt/issues/10318">#10318</a>)</li>
<li><a href="https://github.com/gwtproject/gwt/commit/82905b5f2486927854cfb0500fa90c88b4bb6f80"><code>82905b5</code></a> Use Objects.equals to compare record fields for null support (<a href="https://redirect.github.com/gwtproject/gwt/issues/10316">#10316</a>)</li>
<li><a href="https://github.com/gwtproject/gwt/commit/d6abfe44fab9bf32aebe322b3361f3338337cb2e"><code>d6abfe4</code></a> Simplify RTA iframe loading in Firefox (<a href="https://redirect.github.com/gwtproject/gwt/issues/10315">#10315</a>)</li>
<li><a href="https://github.com/gwtproject/gwt/commit/186ab73095497cd0066e28f810c4048bc5b677ca"><code>186ab73</code></a> Permit failure to delete files on Windows, and close finished logs (<a href="https://redirect.github.com/gwtproject/gwt/issues/10296">#10296</a>)</li>
<li>See full diff in <a href="https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1">compare view</a></li>
</ul>
</details>
<br />

Updates `org.gwtproject:gwt` from 2.13.0 to 2.13.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gwtproject/gwt/releases">org.gwtproject:gwt's releases</a>.</em></p>
<blockquote>
<h2>2.13.1</h2>
<p>This is a bugfix release to address four issues, one of which is a regression.</p>
<h2>What's Changed</h2>
<ul>
<li>Permit failure to delete files on Windows, and close finished logs. This is a regression, caused by trying to use Guava to replace some bespoke utility classes.</li>
<li>Simplify RTA iframe loading in Firefox. This addresses a change in behavior in Firefox, although in most cases applications compiled with older versions of GWT should have a workaround automatically applied by Firefox.</li>
<li>Use Objects.equals to compare record fields for null support. As the current implementation of records was producing an incorrect <code>equals</code> method and this was a low risk fix, this was backported.</li>
<li>Include GWT version, commit in JFR output. This ensures that we have a baseline for compiled size improvements going forward.</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1">https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gwtproject/gwt/commit/9483b1b89e181cc03b83d81c862660af0e6d523d"><code>9483b1b</code></a> Include GWT version, commit in JFR output (<a href="https://redirect.github.com/gwtproject/gwt/issues/10318">#10318</a>)</li>
<li><a href="https://github.com/gwtproject/gwt/commit/82905b5f2486927854cfb0500fa90c88b4bb6f80"><code>82905b5</code></a> Use Objects.equals to compare record fields for null support (<a href="https://redirect.github.com/gwtproject/gwt/issues/10316">#10316</a>)</li>
<li><a href="https://github.com/gwtproject/gwt/commit/d6abfe44fab9bf32aebe322b3361f3338337cb2e"><code>d6abfe4</code></a> Simplify RTA iframe loading in Firefox (<a href="https://redirect.github.com/gwtproject/gwt/issues/10315">#10315</a>)</li>
<li><a href="https://github.com/gwtproject/gwt/commit/186ab73095497cd0066e28f810c4048bc5b677ca"><code>186ab73</code></a> Permit failure to delete files on Windows, and close finished logs (<a href="https://redirect.github.com/gwtproject/gwt/issues/10296">#10296</a>)</li>
<li>See full diff in <a href="https://github.com/gwtproject/gwt/compare/2.13.0...2.13.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 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 #2078

COPYBARA_INTEGRATE_REVIEW=#2078 from google:dependabot/maven/value/dependencies-e8b26b768f aecc284
PiperOrigin-RevId: 938635912
@copybara-service copybara-service Bot merged commit 6c72a24 into main Jun 26, 2026
@copybara-service copybara-service Bot deleted the test_938568301 branch June 26, 2026 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants