Skip to content

chore(deps): bump com.google.guava:guava from 0 to 33.6.0#719

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/gradle/com.google.guava-guava-23.0
Open

chore(deps): bump com.google.guava:guava from 0 to 33.6.0#719
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/gradle/com.google.guava-guava-23.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps com.google.guava:guava from 0 to 23.0.

Release notes

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

23.0

Final Guava 23.0 release.

23.0-rc1

First Guava 23.0 release candidate.

22.0

Final Guava 22.0 release.

22.0-rc1

First release candidate for Guava 22.0.

21.0

Final Guava 21.0 release.

This release requires Java 8.

21.0-rc2

Second release candidate for Guava 21.0.

This release candidate fixes a small issue with rc1; a number of methods that create Collectors took Guava's functional types (e.g. base.Function) as parameters rather than the java.util.function equivalent.

This release requires Java 8.

21.0-rc1

First release candidate for Guava 21.0.

This release requires Java 8.

20.0

Final Guava 20.0 release.

20.0-rc1

First release candidate for Guava 20.0.

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 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 A dependency Upgrade java Pull requests that update Java code labels Jun 2, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 2, 2026 19:50
@dependabot dependabot Bot added dependencies A dependency Upgrade java Pull requests that update Java code labels Jun 2, 2026
Comment thread build.gradle
// fix checkstyle wrongfully using google collections instead of Guava
configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability('com.google.collections:google-collections') {
select('com.google.guava:guava:0')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This oddity here was most-likely due to https://github.com/google/guava/releases?page=3.

Comment thread build.gradle Outdated
configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability('com.google.collections:google-collections') {
select('com.google.guava:guava:0')
select('com.google.guava:guava:23.0')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I don't think is the correct version to upgrade to.

Comment thread build.gradle Outdated
@carlspring carlspring changed the title chore(deps): bump com.google.guava:guava from 0 to 23.0 chore(deps): bump com.google.guava:guava from 0 to 33.6.0 Jun 9, 2026
dependabot Bot and others added 2 commits June 10, 2026 00:44
Bumps [com.google.guava:guava](https://github.com/google/guava) from 0 to 23.0.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits/v23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@carlspring carlspring force-pushed the dependabot/gradle/com.google.guava-guava-23.0 branch from d1c0f6e to b1f82e6 Compare June 9, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency Upgrade java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant