Skip to content

Bump com.google.guava:guava from 32.0.1-jre to 33.6.0-jre - #94

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.google.guava-guava-33.6.0-jre
Closed

Bump com.google.guava:guava from 32.0.1-jre to 33.6.0-jre#94
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.google.guava-guava-33.6.0-jre

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Copy link
Copy Markdown
Contributor

Bumps com.google.guava:guava from 32.0.1-jre to 33.6.0-jre.

Release notes

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

33.6.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Migrated some classes from finalize() to PhantomReference in preparation for the removal of finalization. (786b619dd6, 7c6b17c, aeef90988d)
  • cache: Deprecated CacheBuilder APIs that use TimeUnit in favor of those that use Duration. (73f8b0bb84)
  • collect: Added toImmutableSortedMap collectors that use the natural comparator. (64d70b9f94)
  • collect: Changed ConcurrentHashMultiset, ImmutableMap and TreeMultiset deserialization to avoid mutating final fields. In extremely unlikely scenarios in which an instance of that type contains an object that refers back to that instance, this could lead to a broken instance that throws NullPointerException when used. (8240c7e596, 046468055f)
  • graph: Removed @Beta from all APIs in the package. (dae9566b73)
  • graph: Added support to Graphs.transitiveClosure() for different strategies for adding self-loops. (2e13df25b2)
  • graph: Added an asNetwork() view to Graph and ValueGraph. (909c593c61)
  • hash: Added BloomFilter.serializedSize(). (df9bcc251a)
  • net: Added HttpHeaders.CDN_CACHE_CONTROL. (75331b5030)

33.5.0

Maven

<dependency>
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.6.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-version: 33.6.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 18, 2026
@rnc

rnc commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

@jdcasey @dwalluck I am tempted to remove this guava - looking through the usage -

  • Indy has its own dependencyMgmt
  • path-mapped-storage has its own dependencyMgmt
  • indy-generic-proxy has its own dependencyMgmt
  • o11yphant is the only one that uses it so we could make that have its own version?

@dwalluck

Copy link
Copy Markdown
  • o11yphant is the only one that uses it so we could make that have its own version?

@rnc This project is archived (not maintained), and although it lists it as a dependency, I don't see any actual uses of the classes https://github.com/search?q=repo%3ACommonjava%2Fo11yphant+com.google&type=code.

@rnc

rnc commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Oh good spot. I'll make a separate PR to remove guava.

@rnc

rnc commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Looks like com.google.guava:guava is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 26, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/com.google.guava-guava-33.6.0-jre branch August 26, 2026 07:40
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.

2 participants