Skip to content

Bump the dependencies group with 7 updates - #6077

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_973445127
Aug 31, 2026
Merged

Bump the dependencies group with 7 updates#6077
copybara-service[bot] merged 1 commit into
masterfrom
test_973445127

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

Bump the dependencies group with 7 updates

Bumps the dependencies group with 7 updates:

Package From To
biz.aQute.bnd:bnd-maven-plugin 7.3.0 7.4.0
com.google.guava:guava-testlib 33.6.0-jre 33.7.1-jre
com.google.guava:guava 33.6.0-jre 33.7.1-jre
com.google.jimfs:jimfs 1.3.1 1.3.2
com.google.protobuf:protobuf-java 4.35.1 4.36.0
com.google.protobuf:protobuf-java-util 4.35.1 4.36.0
org.easymock:easymock 5.6.0 5.7.0

Updates biz.aQute.bnd:bnd-maven-plugin from 7.3.0 to 7.4.0

Release notes

Sourced from biz.aQute.bnd:bnd-maven-plugin's releases.

Bnd/Bndtools 7.4.0

See Release Notes

What's Changed

... (truncated)

Commits
  • 2046c36 build: Build Release 7.4.0
  • aab8519 build: Build Release 7.4.0.RC3
  • 606a199 build: Build Release 7.4.0.RC2
  • afdf547 missing files
  • 9074a7a build: Build Release 7.4.0.RC1
  • b5c4c58 Revert "Eclipse feature support for buildpath"
  • 4fd8e4a Eclipse feature support for buildpath
  • a6ba530 Merge pull request #7336 from chrisrueger/7214-fix-deadlock-junit-tee
  • 0fda33a Fix thread-safety in Tee class
  • 061b7fd Merge pull request #7325 from bndtools/dependabot/github_actions/actions/chec...
  • Additional commits viewable in compare view

Updates com.google.guava:guava-testlib from 33.6.0-jre to 33.7.1-jre

Release notes

Sourced from com.google.guava:guava-testlib's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table> 

... (truncated)

Commits

Updates com.google.guava:guava from 33.6.0-jre to 33.7.1-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table> 

... (truncated)

Commits

Updates com.google.jimfs:jimfs from 1.3.1 to 1.3.2

Release notes

Sourced from com.google.jimfs:jimfs's releases.

v1.3.2

  • Fixed Files.move so that ATOMIC_MOVE always enables overwriting of an existing destination file. (3f6e092c)
  • Ensured that SecureDirectoryStream.move works like Files.move with the ATOMIC_MOVE option, as specified, and required that all Path arguments to SecureDirectoryStream methods be from the same FileSystem as the stream itself. (398b0f90)
  • Fixed access from SystemJimfsFileSystemProvider to JimfsFileSystem when they are loaded by different class loaders. (5b756f17)
  • Fixed JimfsInputStream.read to always return 0 when len is 0. (0e5725b4d44ec51d54fba15336aa23147c1bedc7)
Commits
  • d10679b Set version number for jimfs-parent to 1.3.2.
  • 145b64d Bump Guava to 33.7.1.
  • 3965760 Throw UnsupportedOperationException for unsupported attribute views
  • 8ccbf27 Bump Guava to 33.7.0.
  • 10121d7 Update links from the legacy search.maven.org to the new central.sonatype.com.
  • 27ad1f9 Enact some security improvements that I'd missed in previous rounds.
  • 4bb21de Delete assertAsynchronousClose, migrating callers to assertClosed.
  • 0dbccb6 Set persist-credentials: false on checkout actions.
  • 6bff2d8 Bump JSpecify to 1.0.1.
  • 6922aea Bump the github-actions group across 1 directory with 2 updates
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.6.0-jre to 33.7.1-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table> 

... (truncated)

Commits

Updates com.google.protobuf:protobuf-java from 4.35.1 to 4.36.0

Commits

Updates com.google.protobuf:protobuf-java-util from 4.35.1 to 4.36.0

Updates com.google.protobuf:protobuf-java-util from 4.35.1 to 4.36.0

Updates org.easymock:easymock from 5.6.0 to 5.7.0

Release notes

Sourced from org.easymock:easymock's releases.

5.7.0

Add Java 26 support where bytebuddy isn't using unsafe anymore.

Change log

  • Add mock() methods without parameters using varargs reification (#933)
  • Mock creation fails with JDK 26 and ByteBuddy 1.18.10 (#908)git log --oneline
  • Use new Maven central plugin
  • Use a github_token instead
  • Add the missing REST calls to fully automated the release
  • Move to .mvn style version
  • Use assertThrows all over the place
  • Optimize imports and finish updating to JUnit 5
  • Update eclipse configuration
  • Move all to UTF-8 like it should already be
  • Use https for xsd
  • Update objenesis to 3.6
  • Update copyrights to 2026
  • Remove Hamcrest usage
  • Add Maven cache
  • Bump actions/checkout from 7.0.0 to 7.0.1 (#917)
  • Bump actions/github-script from 8 to 9 (#887)
  • Bump actions/setup-java from 5.6.0 to 5.7.0 (#918)
  • Bump activesupport from 8.1.2 to 8.1.2.1 in /website (#882)
  • Bump addressable from 2.8.8 to 2.9.0 in /website (#886)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.6.3 (#930)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.10.3 (#921)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.10.3.0 (#922)
  • Bump com.mycila:license-maven-plugin from 4.6 to 5.1.1 (#919)
  • Bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.11.0 (#931)
  • Bump concurrent-ruby from 1.3.6 to 1.3.7 in /website (#913)
  • Bump faraday from 2.14.2 to 2.14.3 in /website (#912)
  • Bump json from 2.20.0 to 2.21.2 in /website (#924)
  • Bump junit.jupiter.version from 5.14.1 to 6.1.3 (#926)
  • Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.12 (#932)
  • Bump nokogiri from 1.19.3 to 1.19.4 in /website (#911)
  • Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 (#929)
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 (#832)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (#863)
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0 (#899)
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (#894)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (#833)
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#879)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (#880)
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (#837)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#900)
  • Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 3.3.0 (#928)
  • Bump org.apache.maven.surefire:surefire-testng from 3.5.5 to 3.5.6 (#897)
  • Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (#852)
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (#844)

... (truncated)

Changelog

Sourced from org.easymock:easymock's changelog.

Add Java 26 support where bytebuddy isn't using unsafe anymore.

Change log

  • Add mock() methods without parameters using varargs reification (#933)
  • Mock creation fails with JDK 26 and ByteBuddy 1.18.10 (#908)git log --oneline
  • Use new Maven central plugin
  • Use a github_token instead
  • Add the missing REST calls to fully automated the release
  • Move to .mvn style version
  • Use assertThrows all over the place
  • Optimize imports and finish updating to JUnit 5
  • Update eclipse configuration
  • Move all to UTF-8 like it should already be
  • Use https for xsd
  • Update objenesis to 3.6
  • Update copyrights to 2026
  • Remove Hamcrest usage
  • Add Maven cache
  • Bump actions/checkout from 7.0.0 to 7.0.1 (#917)
  • Bump actions/github-script from 8 to 9 (#887)
  • Bump actions/setup-java from 5.6.0 to 5.7.0 (#918)
  • Bump activesupport from 8.1.2 to 8.1.2.1 in /website (#882)
  • Bump addressable from 2.8.8 to 2.9.0 in /website (#886)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.6.3 (#930)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.10.3 (#921)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.10.3.0 (#922)
  • Bump com.mycila:license-maven-plugin from 4.6 to 5.1.1 (#919)
  • Bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.11.0 (#931)
  • Bump concurrent-ruby from 1.3.6 to 1.3.7 in /website (#913)
  • Bump faraday from 2.14.2 to 2.14.3 in /website (#912)
  • Bump json from 2.20.0 to 2.21.2 in /website (#924)
  • Bump junit.jupiter.version from 5.14.1 to 6.1.3 (#926)
  • Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.12 (#932)
  • Bump nokogiri from 1.19.3 to 1.19.4 in /website (#911)
  • Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 (#929)
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 (#832)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (#863)
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0 (#899)
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (#894)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (#833)
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#879)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (#880)
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (#837)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#900)
  • Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 3.3.0 (#928)
  • Bump org.apache.maven.surefire:surefire-testng from 3.5.5 to 3.5.6 (#897)
  • Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (#852)
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (#844)
  • Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 (#855)

... (truncated)

Commits
  • a8422b9 Move to version 5.7.0
  • c0ffdcc Flatten for oss
  • dc07999 Add missing headers
  • 6047a3c Class can be static
  • e208b61 Upgrade samples to JUnit 5 and reified calls
  • f833ee7 Add reified methods (close #933)
  • ffaa64b Add flatten-maven-plugin
  • 02e038e Bump com.puppycrawl.tools:checkstyle from 13.10.0 to 13.11.0
  • dd4dcf8 Bump net.bytebuddy:byte-buddy from 1.18.11 to 1.18.12
  • 4d66c46 CI has been github actions for years now
  • Additional commits viewable in compare view

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 #6076

FUTURE_COPYBARA_INTEGRATE_REVIEW=#6076 from google:dependabot/maven/dependencies-52691bf543 a5968d5

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [biz.aQute.bnd:bnd-maven-plugin](https://github.com/bndtools/bnd) | `7.3.0` | `7.4.0` |
| [com.google.guava:guava-testlib](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` |
| [com.google.jimfs:jimfs](https://github.com/google/jimfs) | `1.3.1` | `1.3.2` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.35.1` | `4.36.0` |
| com.google.protobuf:protobuf-java-util | `4.35.1` | `4.36.0` |
| [org.easymock:easymock](https://github.com/easymock/easymock) | `5.6.0` | `5.7.0` |

Updates `biz.aQute.bnd:bnd-maven-plugin` from 7.3.0 to 7.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bndtools/bnd/releases">biz.aQute.bnd:bnd-maven-plugin's releases</a>.</em></p>
<blockquote>
<h2>Bnd/Bndtools 7.4.0</h2>
<p>See <a href="https://github.com/bndtools/bnd/wiki/Changes-in-7.4.0">Release Notes</a></p>
<h2>What's Changed</h2>
<ul>
<li>Remove long-running test from ci server build by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7222">bndtools/bnd#7222</a></li>
<li>CI build output improvement by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7223">bndtools/bnd#7223</a></li>
<li>build(deps): bump ruby/setup-ruby from 1.306.0 to 1.307.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7227">bndtools/bnd#7227</a></li>
<li>build(deps): bump step-security/harden-runner from 2.19.0 to 2.19.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7230">bndtools/bnd#7230</a></li>
<li>build(deps): bump github/codeql-action from 4.35.2 to 4.36.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7246">bndtools/bnd#7246</a></li>
<li>build(deps): bump step-security/harden-runner from 2.19.2 to 2.19.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7245">bndtools/bnd#7245</a></li>
<li>Create SECURITY.md for bnd security documentation by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7243">bndtools/bnd#7243</a></li>
<li>build(deps): bump ruby/setup-ruby from 1.307.0 to 1.310.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7240">bndtools/bnd#7240</a></li>
<li>build(deps): bump jekyll-seo-tag from 2.8.0 to 2.9.0 in /docs by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7225">bndtools/bnd#7225</a></li>
<li>Allow overriding HTTPClient request headers by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7247">bndtools/bnd#7247</a></li>
<li>docs: update generated docs by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7248">bndtools/bnd#7248</a></li>
<li>Set explicit headers before defaults and refine logging by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7249">bndtools/bnd#7249</a></li>
<li>Cooldowns for Dependabot updates by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7250">bndtools/bnd#7250</a></li>
<li>build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 in /maven-plugins by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7219">bndtools/bnd#7219</a></li>
<li>build(deps-dev): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 in /maven-plugins by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7251">bndtools/bnd#7251</a></li>
<li>Surface Sonatype deployment IDs in CI Job Summary and workflow outputs by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7252">bndtools/bnd#7252</a></li>
<li>Stabilize SonatypeDeploymentTest deployment ID discovery across CI by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7254">bndtools/bnd#7254</a></li>
<li>Use <code>PAT_WORKSPACE_REPO</code> for <code>create-workspace-template</code> git auth by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7253">bndtools/bnd#7253</a></li>
<li>Readme: Update Bnd Maven and Gradle plugin versions to 7.3.0 by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7258">bndtools/bnd#7258</a></li>
<li>build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7256">bndtools/bnd#7256</a></li>
<li>build(deps): bump actions/stale from 10.2.0 to 10.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7244">bndtools/bnd#7244</a></li>
<li>build(deps): bump github/codeql-action from 4.36.0 to 4.36.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7257">bndtools/bnd#7257</a></li>
<li>Bndtools Explorer Quick Links addition - Existing Bnd Workspace by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7259">bndtools/bnd#7259</a></li>
<li>Update baseline version to 7.3.0 by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7260">bndtools/bnd#7260</a></li>
<li>build(deps): bump github/codeql-action from 4.36.1 to 4.36.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7261">bndtools/bnd#7261</a></li>
<li>Add sync baseline version step in postrelease workflow by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7263">bndtools/bnd#7263</a></li>
<li>Post release 7.3.0 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7266">bndtools/bnd#7266</a></li>
<li>[maven][resolve] Provide a better logging experience for maven users when resolving by <a href="https://github.com/timothyjward"><code>@​timothyjward</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7255">bndtools/bnd#7255</a></li>
<li>build(deps): bump gradle/actions from 6.1.0 to 6.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7272">bndtools/bnd#7272</a></li>
<li>build(deps): bump ruby/setup-ruby from 1.310.0 to 1.313.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7271">bndtools/bnd#7271</a></li>
<li>build(deps): bump actions/setup-java from 5.2.0 to 5.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7273">bndtools/bnd#7273</a></li>
<li>build(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7278">bndtools/bnd#7278</a></li>
<li>build(deps): bump ruby/setup-ruby from 1.313.0 to 1.314.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7282">bndtools/bnd#7282</a></li>
<li>Persist and manage workspace template fragment indexes by <a href="https://github.com/maho7791"><code>@​maho7791</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7284">bndtools/bnd#7284</a></li>
<li>Fix IllegalArgumentException for Maven-style SNAPSHOT versions in PomResource by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7286">bndtools/bnd#7286</a></li>
<li>Add <code>repo deps</code> command to export Maven GAVs for dash-licenses by <a href="https://github.com/juergen-albert"><code>@​juergen-albert</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7275">bndtools/bnd#7275</a></li>
<li>docs: update generated docs by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7287">bndtools/bnd#7287</a></li>
<li>fix IndexOutOfBoundsException by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7291">bndtools/bnd#7291</a></li>
<li>fixing issue <a href="https://redirect.github.com/bndtools/bnd/issues/7124">#7124</a> by <a href="https://github.com/peterkir"><code>@​peterkir</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7292">bndtools/bnd#7292</a></li>
<li>build(deps): bump actions/checkout from 6.0.3 to 7.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7277">bndtools/bnd#7277</a></li>
<li>build(deps): bump actions/setup-java from 5.3.0 to 5.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7295">bndtools/bnd#7295</a></li>
<li>Exclude Eclipse features from P2 Repo .versions() by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7296">bndtools/bnd#7296</a></li>
<li>build(deps): bump ruby/setup-ruby from 1.314.0 to 1.315.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7299">bndtools/bnd#7299</a></li>
<li>build(deps): bump ruby/setup-ruby from 1.315.0 to 1.316.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/bndtools/bnd/pull/7301">bndtools/bnd#7301</a></li>
<li>[Security] Maven Repositories: Add Trusted Checksum Verification by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7269">bndtools/bnd#7269</a></li>
<li>Fix NPE in RepoCollector initialization during Project construction by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/bndtools/bnd/pull/7304">bndtools/bnd#7304</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bndtools/bnd/commit/2046c36f902161120b55a6b88bfe3c3060dfc251"><code>2046c36</code></a> build: Build Release 7.4.0</li>
<li><a href="https://github.com/bndtools/bnd/commit/aab8519ae9da7edb3c3476c7aeef5c08ca7731cc"><code>aab8519</code></a> build: Build Release 7.4.0.RC3</li>
<li><a href="https://github.com/bndtools/bnd/commit/606a199c8bb6d3c5cc3678c4dd8ed1c5af52055b"><code>606a199</code></a> build: Build Release 7.4.0.RC2</li>
<li><a href="https://github.com/bndtools/bnd/commit/afdf5478f1fbb40fb0423817411d4ef6b99e03f6"><code>afdf547</code></a> missing files</li>
<li><a href="https://github.com/bndtools/bnd/commit/9074a7a33f5476982205d36e868b6edad118b174"><code>9074a7a</code></a> build: Build Release 7.4.0.RC1</li>
<li><a href="https://github.com/bndtools/bnd/commit/b5c4c588e5aa020c9d9b5692861b3336d2c15851"><code>b5c4c58</code></a> Revert &quot;Eclipse feature support for buildpath&quot;</li>
<li><a href="https://github.com/bndtools/bnd/commit/4fd8e4a9951d2401954be797d8eb8a5342e688f0"><code>4fd8e4a</code></a> Eclipse feature support for buildpath</li>
<li><a href="https://github.com/bndtools/bnd/commit/a6ba530d468ef79720ea273cc22948fb3049fac4"><code>a6ba530</code></a> Merge pull request <a href="https://redirect.github.com/bndtools/bnd/issues/7336">#7336</a> from chrisrueger/7214-fix-deadlock-junit-tee</li>
<li><a href="https://github.com/bndtools/bnd/commit/0fda33aa548226ce3654e50e58497ceea34b5bbd"><code>0fda33a</code></a> Fix thread-safety in Tee class</li>
<li><a href="https://github.com/bndtools/bnd/commit/061b7fd5c265827cf5b931e7f29cb367cf32bdcd"><code>061b7fd</code></a> Merge pull request <a href="https://redirect.github.com/bndtools/bnd/issues/7325">#7325</a> from bndtools/dependabot/github_actions/actions/chec...</li>
<li>Additional commits viewable in <a href="https://github.com/bndtools/bnd/compare/7.3.0...7.4.0">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.guava:guava-testlib` from 33.6.0-jre to 33.7.1-jre
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava-testlib's releases</a>.</em></p>
<blockquote>
<h2>33.7.1</h2>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.1-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.7.1-android&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<h3>Jar files</h3>
<ul>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.1-jre/guava-33.7.1-jre.jar">33.7.1-jre.jar</a></li>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.1-android/guava-33.7.1-android.jar">33.7.1-android.jar</a></li>
</ul>
<p>Guava requires <a href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one runtime dependency</a>, which you can download here:</p>
<ul>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar">failureaccess-1.0.3.jar</a></li>
</ul>
<h3>Javadoc</h3>
<ul>
<li><a href="https://guava.dev/releases/33.7.1-jre/api/docs/">33.7.1-jre</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/docs/">33.7.1-android</a></li>
</ul>
<h3>JDiff</h3>
<ul>
<li><a href="https://guava.dev/releases/33.7.1-jre/api/diffs/">33.7.1-jre vs. 33.7.0-jre</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/diffs/">33.7.1-android vs. 33.7.0-android</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/androiddiffs/">33.7.1-android vs. 33.7.1-jre</a></li>
</ul>
<h3>Changelog</h3>
<p>Guava 33.7.1 removes the <code>Multi-Release</code> line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to <code>guava-jre</code> in <a href="https://github.com/google/guava/releases/tag/v33.7.0">version 33.7.0</a>. Sorry for the trouble.</p>
<h2>33.7.0</h2>
<h3>Newly introduced problem for Java 9 and Java 10 only</h3>
<p>Guava 33.7.0 includes a <code>Multi-Release</code> line in its jar manifest, even though it is no longer a multi-release jar. This causes <a href="https://redirect.github.com/google/guava/issues/8614">some problems with tools from Java 9 and Java 10</a>. The issue is fixed in <a href="https://github.com/google/guava/releases/tag/v33.7.1">version 33.7.1</a>. Sorry for the trouble.</p>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.0-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/google/guava/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava's releases</a>.</em></p>
<blockquote>
<h2>33.7.1</h2>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.1-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.7.1-android&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<h3>Jar files</h3>
<ul>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.1-jre/guava-33.7.1-jre.jar">33.7.1-jre.jar</a></li>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.1-android/guava-33.7.1-android.jar">33.7.1-android.jar</a></li>
</ul>
<p>Guava requires <a href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one runtime dependency</a>, which you can download here:</p>
<ul>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar">failureaccess-1.0.3.jar</a></li>
</ul>
<h3>Javadoc</h3>
<ul>
<li><a href="https://guava.dev/releases/33.7.1-jre/api/docs/">33.7.1-jre</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/docs/">33.7.1-android</a></li>
</ul>
<h3>JDiff</h3>
<ul>
<li><a href="https://guava.dev/releases/33.7.1-jre/api/diffs/">33.7.1-jre vs. 33.7.0-jre</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/diffs/">33.7.1-android vs. 33.7.0-android</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/androiddiffs/">33.7.1-android vs. 33.7.1-jre</a></li>
</ul>
<h3>Changelog</h3>
<p>Guava 33.7.1 removes the <code>Multi-Release</code> line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to <code>guava-jre</code> in <a href="https://github.com/google/guava/releases/tag/v33.7.0">version 33.7.0</a>. Sorry for the trouble.</p>
<h2>33.7.0</h2>
<h3>Newly introduced problem for Java 9 and Java 10 only</h3>
<p>Guava 33.7.0 includes a <code>Multi-Release</code> line in its jar manifest, even though it is no longer a multi-release jar. This causes <a href="https://redirect.github.com/google/guava/issues/8614">some problems with tools from Java 9 and Java 10</a>. The issue is fixed in <a href="https://github.com/google/guava/releases/tag/v33.7.1">version 33.7.1</a>. Sorry for the trouble.</p>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.0-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/google/guava/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.jimfs:jimfs` from 1.3.1 to 1.3.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/jimfs/releases">com.google.jimfs:jimfs's releases</a>.</em></p>
<blockquote>
<h2>v1.3.2</h2>
<ul>
<li>Fixed <code>Files.move</code> so that <code>ATOMIC_MOVE</code> always enables overwriting of an existing destination file. (3f6e092c)</li>
<li>Ensured that <code>SecureDirectoryStream.move</code> works like <code>Files.move</code> with the <code>ATOMIC_MOVE</code> option, as specified, and required that all <code>Path</code> arguments to <code>SecureDirectoryStream</code> methods be from the same <code>FileSystem</code> as the stream itself. (398b0f90)</li>
<li>Fixed access from <code>SystemJimfsFileSystemProvider</code> to <code>JimfsFileSystem</code> when they are loaded by different class loaders. (5b756f17)</li>
<li>Fixed <code>JimfsInputStream.read</code> to always return 0 when <code>len</code> is 0. (0e5725b4d44ec51d54fba15336aa23147c1bedc7)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/jimfs/commit/d10679be1d71634beeb6a7919dfb8b166e83bd9f"><code>d10679b</code></a> Set version number for jimfs-parent to 1.3.2.</li>
<li><a href="https://github.com/google/jimfs/commit/145b64de2f69dfff7a82227e4cd59dff668f2dfc"><code>145b64d</code></a> Bump Guava to 33.7.1.</li>
<li><a href="https://github.com/google/jimfs/commit/396576085a78c2b9c7f59dbbeb2dc1f7a0ffdec3"><code>3965760</code></a> Throw <code>UnsupportedOperationException</code> for unsupported attribute views</li>
<li><a href="https://github.com/google/jimfs/commit/8ccbf27f7c27272451ac39de006aad203867b37a"><code>8ccbf27</code></a> Bump Guava to 33.7.0.</li>
<li><a href="https://github.com/google/jimfs/commit/10121d701b7061963ac3ff05f77090fbef08f37d"><code>10121d7</code></a> Update links from the legacy search.maven.org to the new central.sonatype.com.</li>
<li><a href="https://github.com/google/jimfs/commit/27ad1f96fcbea1b61584e951419a21232fa5860b"><code>27ad1f9</code></a> Enact some security improvements that I'd missed in previous rounds.</li>
<li><a href="https://github.com/google/jimfs/commit/4bb21debff5d658b00eb53256d9baa2dbbaec857"><code>4bb21de</code></a> Delete <code>assertAsynchronousClose</code>, migrating callers to <code>assertClosed</code>.</li>
<li><a href="https://github.com/google/jimfs/commit/0dbccb6c41bff6d4bfbe5d01965acbbfc2e5cd0b"><code>0dbccb6</code></a> Set <code>persist-credentials: false</code> on <code>checkout</code> actions.</li>
<li><a href="https://github.com/google/jimfs/commit/6bff2d8d4f4b06e09c915e9bee72724e02793fcd"><code>6bff2d8</code></a> Bump JSpecify to 1.0.1.</li>
<li><a href="https://github.com/google/jimfs/commit/6922aea16f32e94aa6db3881b4f903d411a4332d"><code>6922aea</code></a> Bump the github-actions group across 1 directory with 2 updates</li>
<li>Additional commits viewable in <a href="https://github.com/google/jimfs/compare/v1.3.1...v1.3.2">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava's releases</a>.</em></p>
<blockquote>
<h2>33.7.1</h2>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.1-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.7.1-android&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<h3>Jar files</h3>
<ul>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.1-jre/guava-33.7.1-jre.jar">33.7.1-jre.jar</a></li>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.1-android/guava-33.7.1-android.jar">33.7.1-android.jar</a></li>
</ul>
<p>Guava requires <a href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one runtime dependency</a>, which you can download here:</p>
<ul>
<li><a href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar">failureaccess-1.0.3.jar</a></li>
</ul>
<h3>Javadoc</h3>
<ul>
<li><a href="https://guava.dev/releases/33.7.1-jre/api/docs/">33.7.1-jre</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/docs/">33.7.1-android</a></li>
</ul>
<h3>JDiff</h3>
<ul>
<li><a href="https://guava.dev/releases/33.7.1-jre/api/diffs/">33.7.1-jre vs. 33.7.0-jre</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/diffs/">33.7.1-android vs. 33.7.0-android</a></li>
<li><a href="https://guava.dev/releases/33.7.1-android/api/androiddiffs/">33.7.1-android vs. 33.7.1-jre</a></li>
</ul>
<h3>Changelog</h3>
<p>Guava 33.7.1 removes the <code>Multi-Release</code> line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to <code>guava-jre</code> in <a href="https://github.com/google/guava/releases/tag/v33.7.0">version 33.7.0</a>. Sorry for the trouble.</p>
<h2>33.7.0</h2>
<h3>Newly introduced problem for Java 9 and Java 10 only</h3>
<p>Guava 33.7.0 includes a <code>Multi-Release</code> line in its jar manifest, even though it is no longer a multi-release jar. This causes <a href="https://redirect.github.com/google/guava/issues/8614">some problems with tools from Java 9 and Java 10</a>. The issue is fixed in <a href="https://github.com/google/guava/releases/tag/v33.7.1">version 33.7.1</a>. Sorry for the trouble.</p>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.0-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/google/guava/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.protobuf:protobuf-java` from 4.35.1 to 4.36.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.protobuf:protobuf-java-util` from 4.35.1 to 4.36.0

Updates `com.google.protobuf:protobuf-java-util` from 4.35.1 to 4.36.0

Updates `org.easymock:easymock` from 5.6.0 to 5.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/easymock/easymock/releases">org.easymock:easymock's releases</a>.</em></p>
<blockquote>
<h2>5.7.0</h2>
<p>Add Java 26 support where bytebuddy isn't using unsafe anymore.</p>
<h2>Change log</h2>
<ul>
<li>Add mock() methods without parameters using varargs reification (<a href="https://redirect.github.com/easymock/easymock/issues/933">#933</a>)</li>
<li>Mock creation fails with JDK 26 and ByteBuddy 1.18.10 (<a href="https://redirect.github.com/easymock/easymock/issues/908">#908</a>)git log --oneline</li>
<li>Use new Maven central plugin</li>
<li>Use a github_token instead</li>
<li>Add the missing REST calls to fully automated the release</li>
<li>Move to .mvn style version</li>
<li>Use assertThrows all over the place</li>
<li>Optimize imports and finish updating to JUnit 5</li>
<li>Update eclipse configuration</li>
<li>Move all to UTF-8 like it should already be</li>
<li>Use https for xsd</li>
<li>Update objenesis to 3.6</li>
<li>Update copyrights to 2026</li>
<li>Remove Hamcrest usage</li>
<li>Add Maven cache</li>
<li>Bump actions/checkout from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/easymock/easymock/pull/917">#917</a>)</li>
<li>Bump actions/github-script from 8 to 9 (<a href="https://redirect.github.com/easymock/easymock/pull/887">#887</a>)</li>
<li>Bump actions/setup-java from 5.6.0 to 5.7.0 (<a href="https://redirect.github.com/easymock/easymock/pull/918">#918</a>)</li>
<li>Bump activesupport from 8.1.2 to 8.1.2.1 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/882">#882</a>)</li>
<li>Bump addressable from 2.8.8 to 2.9.0 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/886">#886</a>)</li>
<li>Bump ch.qos.logback:logback-classic from 1.3.14 to 1.6.3 (<a href="https://redirect.github.com/easymock/easymock/pull/930">#930</a>)</li>
<li>Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.10.3 (<a href="https://redirect.github.com/easymock/easymock/pull/921">#921</a>)</li>
<li>Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.10.3.0 (<a href="https://redirect.github.com/easymock/easymock/pull/922">#922</a>)</li>
<li>Bump com.mycila:license-maven-plugin from 4.6 to 5.1.1 (<a href="https://redirect.github.com/easymock/easymock/pull/919">#919</a>)</li>
<li>Bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.11.0 (<a href="https://redirect.github.com/easymock/easymock/pull/931">#931</a>)</li>
<li>Bump concurrent-ruby from 1.3.6 to 1.3.7 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/913">#913</a>)</li>
<li>Bump faraday from 2.14.2 to 2.14.3 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/912">#912</a>)</li>
<li>Bump json from 2.20.0 to 2.21.2 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/924">#924</a>)</li>
<li>Bump junit.jupiter.version from 5.14.1 to 6.1.3 (<a href="https://redirect.github.com/easymock/easymock/pull/926">#926</a>)</li>
<li>Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.12 (<a href="https://redirect.github.com/easymock/easymock/pull/932">#932</a>)</li>
<li>Bump nokogiri from 1.19.3 to 1.19.4 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/911">#911</a>)</li>
<li>Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 (<a href="https://redirect.github.com/easymock/easymock/pull/929">#929</a>)</li>
<li>Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 (<a href="https://redirect.github.com/easymock/easymock/pull/832">#832</a>)</li>
<li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (<a href="https://redirect.github.com/easymock/easymock/pull/863">#863</a>)</li>
<li>Bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0 (<a href="https://redirect.github.com/easymock/easymock/pull/899">#899</a>)</li>
<li>Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/easymock/easymock/pull/894">#894</a>)</li>
<li>Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (<a href="https://redirect.github.com/easymock/easymock/pull/833">#833</a>)</li>
<li>Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/easymock/easymock/pull/879">#879</a>)</li>
<li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (<a href="https://redirect.github.com/easymock/easymock/pull/880">#880</a>)</li>
<li>Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (<a href="https://redirect.github.com/easymock/easymock/pull/837">#837</a>)</li>
<li>Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/easymock/easymock/pull/900">#900</a>)</li>
<li>Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/easymock/easymock/pull/928">#928</a>)</li>
<li>Bump org.apache.maven.surefire:surefire-testng from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/easymock/easymock/pull/897">#897</a>)</li>
<li>Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (<a href="https://redirect.github.com/easymock/easymock/pull/852">#852</a>)</li>
<li>Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/easymock/easymock/pull/844">#844</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/easymock/easymock/blob/master/ReleaseNotes.md">org.easymock:easymock's changelog</a>.</em></p>
<blockquote>
<p>Add Java 26 support where bytebuddy isn't using unsafe anymore.</p>
<h2>Change log</h2>
<ul>
<li>Add mock() methods without parameters using varargs reification (<a href="https://redirect.github.com/easymock/easymock/issues/933">#933</a>)</li>
<li>Mock creation fails with JDK 26 and ByteBuddy 1.18.10 (<a href="https://redirect.github.com/easymock/easymock/issues/908">#908</a>)git log --oneline</li>
<li>Use new Maven central plugin</li>
<li>Use a github_token instead</li>
<li>Add the missing REST calls to fully automated the release</li>
<li>Move to .mvn style version</li>
<li>Use assertThrows all over the place</li>
<li>Optimize imports and finish updating to JUnit 5</li>
<li>Update eclipse configuration</li>
<li>Move all to UTF-8 like it should already be</li>
<li>Use https for xsd</li>
<li>Update objenesis to 3.6</li>
<li>Update copyrights to 2026</li>
<li>Remove Hamcrest usage</li>
<li>Add Maven cache</li>
<li>Bump actions/checkout from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/easymock/easymock/pull/917">#917</a>)</li>
<li>Bump actions/github-script from 8 to 9 (<a href="https://redirect.github.com/easymock/easymock/pull/887">#887</a>)</li>
<li>Bump actions/setup-java from 5.6.0 to 5.7.0 (<a href="https://redirect.github.com/easymock/easymock/pull/918">#918</a>)</li>
<li>Bump activesupport from 8.1.2 to 8.1.2.1 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/882">#882</a>)</li>
<li>Bump addressable from 2.8.8 to 2.9.0 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/886">#886</a>)</li>
<li>Bump ch.qos.logback:logback-classic from 1.3.14 to 1.6.3 (<a href="https://redirect.github.com/easymock/easymock/pull/930">#930</a>)</li>
<li>Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.10.3 (<a href="https://redirect.github.com/easymock/easymock/pull/921">#921</a>)</li>
<li>Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.10.3.0 (<a href="https://redirect.github.com/easymock/easymock/pull/922">#922</a>)</li>
<li>Bump com.mycila:license-maven-plugin from 4.6 to 5.1.1 (<a href="https://redirect.github.com/easymock/easymock/pull/919">#919</a>)</li>
<li>Bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.11.0 (<a href="https://redirect.github.com/easymock/easymock/pull/931">#931</a>)</li>
<li>Bump concurrent-ruby from 1.3.6 to 1.3.7 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/913">#913</a>)</li>
<li>Bump faraday from 2.14.2 to 2.14.3 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/912">#912</a>)</li>
<li>Bump json from 2.20.0 to 2.21.2 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/924">#924</a>)</li>
<li>Bump junit.jupiter.version from 5.14.1 to 6.1.3 (<a href="https://redirect.github.com/easymock/easymock/pull/926">#926</a>)</li>
<li>Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.12 (<a href="https://redirect.github.com/easymock/easymock/pull/932">#932</a>)</li>
<li>Bump nokogiri from 1.19.3 to 1.19.4 in /website (<a href="https://redirect.github.com/easymock/easymock/pull/911">#911</a>)</li>
<li>Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 (<a href="https://redirect.github.com/easymock/easymock/pull/929">#929</a>)</li>
<li>Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 (<a href="https://redirect.github.com/easymock/easymock/pull/832">#832</a>)</li>
<li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (<a href="https://redirect.github.com/easymock/easymock/pull/863">#863</a>)</li>
<li>Bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0 (<a href="https://redirect.github.com/easymock/easymock/pull/899">#899</a>)</li>
<li>Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/easymock/easymock/pull/894">#894</a>)</li>
<li>Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (<a href="https://redirect.github.com/easymock/easymock/pull/833">#833</a>)</li>
<li>Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/easymock/easymock/pull/879">#879</a>)</li>
<li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (<a href="https://redirect.github.com/easymock/easymock/pull/880">#880</a>)</li>
<li>Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (<a href="https://redirect.github.com/easymock/easymock/pull/837">#837</a>)</li>
<li>Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/easymock/easymock/pull/900">#900</a>)</li>
<li>Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/easymock/easymock/pull/928">#928</a>)</li>
<li>Bump org.apache.maven.surefire:surefire-testng from 3.5.5 to 3.5.6 (<a href="https://redirect.github.com/easymock/easymock/pull/897">#897</a>)</li>
<li>Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (<a href="https://redirect.github.com/easymock/easymock/pull/852">#852</a>)</li>
<li>Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/easymock/easymock/pull/844">#844</a>)</li>
<li>Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 (<a href="https://redirect.github.com/easymock/easymock/pull/855">#855</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/easymock/easymock/commit/a8422b97046b58a1671ebd4493729db070281645"><code>a8422b9</code></a> Move to version 5.7.0</li>
<li><a href="https://github.com/easymock/easymock/commit/c0ffdcc99d2b29cd127a1e553aaac1e0e3804066"><code>c0ffdcc</code></a> Flatten for oss</li>
<li><a href="https://github.com/easymock/easymock/commit/dc07999c696465eee8b5f04315f3a9adcfeadb17"><code>dc07999</code></a> Add missing headers</li>
<li><a href="https://github.com/easymock/easymock/commit/6047a3c60be00801eeb3887d45c6b286eaf4f10b"><code>6047a3c</code></a> Class can be static</li>
<li><a href="https://github.com/easymock/easymock/commit/e208b61da22d603562342a80945bbf6a361d6c15"><code>e208b61</code></a> Upgrade samples to JUnit 5 and reified calls</li>
<li><a href="https://github.com/easymock/easymock/commit/f833ee7fbf2e4f4ea6a889c5bc66bfdfee8001f7"><code>f833ee7</code></a> Add reified methods (close <a href="https://redirect.github.com/easymock/easymock/issues/933">#933</a>)</li>
<li><a href="https://github.com/easymock/easymock/commit/ffaa64ba5001d6a2b02db5d82cb06398f75d6bb4"><code>ffaa64b</code></a> Add flatten-maven-plugin</li>
<li><a href="https://github.com/easymock/easymock/commit/02e038e95c77116bcb7136dec58133a1a5cf363a"><code>02e038e</code></a> Bump com.puppycrawl.tools:checkstyle from 13.10.0 to 13.11.0</li>
<li><a href="https://github.com/easymock/easymock/commit/dd4dcf8fc8acb6a1b5e5cc0c8652020ecc28da00"><code>dd4dcf8</code></a> Bump net.bytebuddy:byte-buddy from 1.18.11 to 1.18.12</li>
<li><a href="https://github.com/easymock/easymock/commit/4d66c46c87de489f58a23562be1eb2ad5cae0702"><code>4d66c46</code></a> CI has been github actions for years now</li>
<li>Additional commits viewable in <a href="https://github.com/easymock/easymock/compare/easymock-5.6.0...easymock-5.7.0">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 #6076

COPYBARA_INTEGRATE_REVIEW=#6076 from google:dependabot/maven/dependencies-52691bf543 a5968d5
PiperOrigin-RevId: 973715985
@copybara-service
copybara-service Bot merged commit 6c98ace into master Aug 31, 2026
2 checks passed
@copybara-service
copybara-service Bot deleted the test_973445127 branch August 31, 2026 07:46
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