Skip to content

[MCLEAN-130] Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre#67

Merged
slawekjaranowski merged 1 commit intomasterfrom
dependabot/maven/com.google.guava-guava-33.4.0-jre
Feb 15, 2025
Merged

[MCLEAN-130] Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre#67
slawekjaranowski merged 1 commit intomasterfrom
dependabot/maven/com.google.guava-guava-33.4.0-jre

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps com.google.guava:guava from 33.2.1-jre to 33.4.0-jre.

Release notes

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

33.4.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
  • base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency. (45e6be2688)
  • base: Added ToStringHelper.omitEmptyValues(). (f5ec2ab85c)
  • collect: Added an optimized copyOf method to TreeRangeMap. (a46565dd1c)
  • collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent. (81be061f85)
  • io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush(). (6ace8bc8ea)
  • net: Added HttpHeaders.ALT_SVC and MediaType.CBOR. (503ba429f9, 7c0bf0892d)

33.3.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 17, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@slachiewicz slachiewicz deleted the dependabot/maven/com.google.guava-guava-33.4.0-jre branch January 21, 2025 23:25
@slawekjaranowski slawekjaranowski restored the dependabot/maven/com.google.guava-guava-33.4.0-jre branch February 15, 2025 11:31
@slawekjaranowski
Copy link
Member

@dependabot rebase

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.4.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.4.0-jre branch from bfbb671 to b97df7b Compare February 15, 2025 11:32
@slawekjaranowski slawekjaranowski changed the title Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre [MCLEAN-130] Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre Feb 15, 2025
@slawekjaranowski slawekjaranowski merged commit 1eb6ea5 into master Feb 15, 2025
12 checks passed
@slawekjaranowski slawekjaranowski deleted the dependabot/maven/com.google.guava-guava-33.4.0-jre branch February 15, 2025 11:48
@github-actions github-actions bot added this to the 4.0.0-beta-2 milestone Feb 15, 2025
@slachiewicz
Copy link
Member

Why do we still need to add references to Guice with the new DI?

@slawekjaranowski
Copy link
Member

Guice is needed to execute tests by maven-plugin-testing-harness

@jira-importer
Copy link

Resolve #196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants