Skip to content

chore(deps): bump com.google.guava:guava from 30.1-jre to 33.6.0-jre#15

Merged
jesmrec merged 1 commit into
masterfrom
dependabot/gradle/com.google.guava-guava-33.6.0-jre
Jul 13, 2026
Merged

chore(deps): bump com.google.guava:guava from 30.1-jre to 33.6.0-jre#15
jesmrec merged 1 commit into
masterfrom
dependabot/gradle/com.google.guava-guava-33.6.0-jre

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown

Bumps com.google.guava:guava from 30.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, ImmutableMultimap, 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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 21, 2026

@dj4oC dj4oC left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot gradle bump: com.google.guava:guava 30.1-jre→33.6.0-jre (test-only dependency).

Findings

Nothing blocking — also security-positive. 30.1-jre predates the fix for CVE-2020-8908 (insecure temp-directory creation in Files.createTempDir(), fixed in 32.0.0+); 33.6.0-jre includes that fix. compile check is green.

Verdict

Approved — Dependabot fast-lane eligible (CI green, no open human/bot questions, no known CVE — bump resolves prior CVE-2020-8908 exposure).


Generated by Claude Code

dj4oC commented Jul 9, 2026

Copy link
Copy Markdown
  • Security: no findings — bump resolves prior CVE-2020-8908 exposure
  • Stability: no findings
  • Performance: no findings
  • Test coverage: N/A — dependency manifest bump, no new code
  • TODOs found: none
  • Dependency touched: yes — confirmed in dependabot.yml (gradle ecosystem)
  • CI status: all green
  • Stale review: no

Generated by Claude Code

@jesmrec

jesmrec commented Jul 13, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.google.guava-guava-33.6.0-jre branch from 1eaab07 to 8123e11 Compare July 13, 2026 09:13
@dependabot dependabot Bot requested a review from a team as a code owner July 13, 2026 09:13
@jesmrec jesmrec merged commit a335d98 into master Jul 13, 2026
6 checks passed
@jesmrec jesmrec deleted the dependabot/gradle/com.google.guava-guava-33.6.0-jre branch July 13, 2026 09:33
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