dependabot[bot] opened a new pull request, #7537: URL: https://github.com/apache/myfaces-tobago/pull/7537
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.6.0-jre to 33.7.0-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.0</h2> <h3>Maven</h3> <pre lang="xml"><code><dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.7.0-jre</version> <!-- or, for Android: --> <version>33.7.0-android</version> </dependency> </code></pre> <h3>Jar files</h3> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-jre/guava-33.7.0-jre.jar">33.7.0-jre.jar</a></li> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-android/guava-33.7.0-android.jar">33.7.0-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.0-jre/api/docs/">33.7.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/docs/">33.7.0-android</a></li> </ul> <h3>JDiff</h3> <ul> <li><a href="https://guava.dev/releases/33.7.0-jre/api/diffs/">33.7.0-jre vs. 33.6.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/diffs/">33.7.0-android vs. 33.6.0-android</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/androiddiffs/">33.7.0-android vs. 33.7.0-jre</a></li> </ul> <h3>Changelog</h3> <ul> <li>The Android jar now contains our Proguard configs. (b0668e7174)</li> <li>The Guava <code>module-info.class</code> is now present at the root of the jar instead of under <a href="https://openjdk.org/jeps/238">a multi-release root</a>. This prevents the jar from containing a file at <code>META-INF/versions/9/OSGI-INF/MANIFEST.MF</code>, which occasionally causes <a href="https://redirect.github.com/jspecify/jspecify/issues/484#issuecomment-2819506604">trouble for some users</a>. (230019b31e)</li> <li>Our Android <code>minSdkVersion</code> is now 24 (Nougat). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (ea0af870d5)</li> <li><code>collect</code>: Changed some <code>ImmutableMap</code> implementations to create a new, lightweight object on each call to view methods like <code>keySet()</code>, rather than creating and storing that object during the first call for reuse later. This is likely to slightly improve performance for some users, but it could lead to regressions in unusual cases, such as repeatedly calling <code>asMultimap().inverse()</code> on the same <code>ImmutableMap</code> instance. (e87d019e47)</li> <li><code>net</code>: Added <code>HttpHeaders</code> constant for <code>on-prefetch-activation</code>. (abd06a3679)</li> <li><code>net</code>: Added <code>MediaType</code> constants for <code>application/yaml</code> and <code>application/x-pem-file</code>. (a8e9533b49, 1d40e27a4b)</li> <li><code>util.concurrent</code>: Fixed <code>ExecutionSequencer</code> queue stall when delegate executor throws <code>RejectedExecutionException</code>. (8410194eed)</li> </ul> </blockquote> </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 /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
