Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre #1669

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps com.google.guava:guava from 32.1.3-jre to 33.0.0-jre.

Release notes

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

33.0.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. (73dbf7ef26)
  • Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. (c294c23760, 747924e, b2baf48)
  • Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. (280b5d2f60)
  • reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. (045cd8428f)
  • util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android. (4fe1df56bd)
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 25, 2023
@github-actions github-actions bot enabled auto-merge December 25, 2023 06:57
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 5de6519 to f10f388 Compare December 25, 2023 07:08
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from f10f388 to 32ea3c3 Compare December 25, 2023 07:09
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 32ea3c3 to 5794d6a Compare December 25, 2023 07:10
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 5794d6a to 3c099f5 Compare December 25, 2023 07:12
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 3c099f5 to 37fea55 Compare December 25, 2023 07:12
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 37fea55 to 9802817 Compare December 25, 2023 07:13
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch 2 times, most recently from d34166f to 53b37b6 Compare December 25, 2023 07:15
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

1 similar comment
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 53b37b6 to d4ea232 Compare January 4, 2024 23:36
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from d4ea232 to 15c5b38 Compare January 4, 2024 23:41
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 15c5b38 to 5f56054 Compare January 4, 2024 23:42
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch 2 times, most recently from 7cf80ae to 7415f86 Compare January 4, 2024 23:44
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

1 similar comment
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 7415f86 to f8aa1d3 Compare January 4, 2024 23:46
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from f8aa1d3 to 1cf33b0 Compare January 4, 2024 23:46
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 1cf33b0 to 3f75e44 Compare January 4, 2024 23:56
Copy link
Contributor

github-actions bot commented Jan 4, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 3f75e44 to 03cb7cb Compare January 5, 2024 00:02
Copy link
Contributor

github-actions bot commented Jan 5, 2024

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 03cb7cb to 8d6a5a9 Compare January 5, 2024 00:08
Copy link
Contributor

github-actions bot commented Jan 5, 2024

I'm not approving this PR because it includes a major update of a dependency

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.0.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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.guava-guava-33.0.0-jre branch from 8d6a5a9 to df625b7 Compare January 5, 2024 00:15
Copy link
Contributor

github-actions bot commented Jan 5, 2024

I'm not approving this PR because it includes a major update of a dependency

@AbdulR3hman AbdulR3hman disabled auto-merge January 5, 2024 18:31
@github-actions github-actions bot enabled auto-merge January 5, 2024 18:31
Copy link
Contributor

github-actions bot commented Jan 5, 2024

I'm not approving this PR because it includes a major update of a dependency

@github-actions github-actions bot merged commit 237aaf2 into master Jan 5, 2024
7 of 8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.google.guava-guava-33.0.0-jre branch January 5, 2024 20:52
Copy link
Contributor

github-actions bot commented Jan 5, 2024

I'm not approving this PR because it includes a major update of a dependency

1 similar comment
Copy link
Contributor

github-actions bot commented Jan 5, 2024

I'm not approving this PR because it includes a major update of a dependency

@github-actions github-actions bot added the requires-manual-qa Requires Manual Confirmation label Jan 5, 2024
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
  - build(deps): bump aws-sdk.version from 1.12.637 to 1.12.641 (#1721)
  - build(deps): bump aws-sdk.version from 1.12.637 to 1.12.641
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.2 to 2.0.3 (#1722)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - snowflake package size issue fix (#1719)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.4 to 8.12.0 (#1720)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Adding extra cleanup procedures before executing release tests  (#1717)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.35.0 to 2.36.0 (#1714)
  - build(deps): bump com.google.cloud:google-cloud-bigquery
  - build(deps): bump io.lettuce:lettuce-core from 6.3.0.RELEASE to 6.3.1.RELEASE (#1713)
  - build(deps): bump io.lettuce:lettuce-core
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.34.0 to 1.35.0 (#1707)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump aws-sdk.version from 1.12.632 to 1.12.637 (#1703)
  - build(deps): bump aws-sdk.version from 1.12.632 to 1.12.637
  - build(deps): bump org.eclipse.rdf4j:rdf4j-repository-sparql from 3.6.3 to 3.7.7 (#1709)
  - build(deps): bump org.eclipse.rdf4j:rdf4j-repository-sparql
  - build(deps): bump surefire.failsafe.version from 3.2.3 to 3.2.5 (#1711)
  - build(deps): bump surefire.failsafe.version from 3.2.3 to 3.2.5
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.3 to 8.11.4 (#1716)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.93.0 to 1.94.0 (#1712)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.30.1 to 2.31.0 (#1710)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 (#1708)
  - build(deps): bump com.google.protobuf:protobuf-java
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.24 to 2.1.0.25 (#1705)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 (#1706)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump slf4j-log4j.version from 2.0.10 to 2.0.11 (#1704)
  - build(deps): bump slf4j-log4j.version from 2.0.10 to 2.0.11
  - Reduce Maven logging levels  (#1700)
  - Reducing Maven Logging level; and increase Assume Role timeout (#1699)
  - Remove explicit use of AWS Creds in Release Tests --  (#1697)
  - Change L2 redshift construct to L1 (#1694)
  - Remove direct dependency of Netty (#1692)
  - build(deps): bump actions/setup-java from 3 to 4 (#1629)
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - improve transitive dependency for with-arrow uber jar (#1691)
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - build(deps): bump org.junit.support:testng-engine from 1.0.4 to 1.0.5 (#1689)
  - Merge branch 'master' into dependabot/maven/org.junit.support-testng-engine-1.0.5
  - build(deps): bump org.junit.support:testng-engine from 1.0.4 to 1.0.5
  - build(deps): bump aws-sdk.version from 1.12.631 to 1.12.632 (#1688)
  - build(deps): bump aws-sdk.version from 1.12.631 to 1.12.632
  - build(deps): bump github/codeql-action from 2 to 3 (#1656)
  - Merge branch 'master' into dependabot/github_actions/github/codeql-action-3
  - build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre (#1669)
  - build(deps): bump github/codeql-action from 2 to 3
  - Merge branch 'master' into dependabot/maven/com.google.guava-guava-33.0.0-jre
  - modifying maven push to not skip checks on pull_request (#1684)
  - build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
  - build(deps): bump fasterxml.jackson.version from 2.16.0 to 2.16.1 (#1672)
  - build(deps): bump fasterxml.jackson.version from 2.16.0 to 2.16.1
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.33.0 to 1.34.0 (#1661)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.2 to 8.11.3 (#1662)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.1 to 2.0.2 (#1664)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps): bump org.testng:testng from 7.8.0 to 7.9.0 (#1680)
  - build(deps): bump org.testng:testng from 7.8.0 to 7.9.0
  - build(deps-dev): bump log4j2Version from 2.22.0 to 2.22.1 (#1679)
  - build(deps-dev): bump log4j2Version from 2.22.0 to 2.22.1
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.23 to 2.1.0.24 (#1663)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps): bump slf4j-log4j.version from 2.0.9 to 2.0.10 (#1677)
  - build(deps): bump slf4j-log4j.version from 2.0.9 to 2.0.10
  - build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#1686)
  - build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1
  - build(deps): bump aws-sdk.version from 1.12.625 to 1.12.631 (#1687)
  - build(deps): bump aws-sdk.version from 1.12.625 to 1.12.631
  - Remove problematic Composite Handler Tests that used mockStatic
  - Revert "build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final"
  - build(deps): bump aws-sdk.version from 1.12.609 to 1.12.625 (#1667)
  - build(deps): bump aws-sdk.version from 1.12.609 to 1.12.625
  - build(deps): bump hbase.version from 2.5.6-hadoop3 to 2.5.7-hadoop3 (#1671)
  - build(deps): bump hbase.version from 2.5.6-hadoop3 to 2.5.7-hadoop3
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.19.11 to 2.19.16 (#1675)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.19.11 to 2.19.16
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#1659)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations
  - build(deps): bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.2 (#1674)
  - build(deps): bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.2
  - build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 (#1670)
  - build(deps): bump org.apache.maven.plugins:maven-compiler-plugin
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 (#1676)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final (#1658)
  - build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final
  - build(deps): bump surefire.failsafe.version from 3.2.2 to 3.2.3 (#1660)
  - build(deps): bump surefire.failsafe.version from 3.2.2 to 3.2.3
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.0 to 2.0.1 (#1652)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11 (#1653)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11
  - build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1 (#1650)
  - build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.32.0 to 1.33.0 (#1648)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1 (#1647)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.92.0 to 1.93.0 (#1649)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.3 to 3.14.4 (#1654)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.3 to 3.14.4
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.34.2 to 2.35.0 (#1651)
  - build(deps): bump com.google.cloud:google-cloud-bigquery
  - build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1 (#1643)
  - build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.29.1 to 2.30.1 (#1646)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump net.java.dev.jna:jna-platform from 5.13.0 to 5.14.0 (#1645)
  - build(deps): bump net.java.dev.jna:jna-platform from 5.13.0 to 5.14.0
  - build(deps): bump aws-sdk.version from 1.12.604 to 1.12.609 (#1642)
  - build(deps): bump aws-sdk.version from 1.12.604 to 1.12.609
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.5.3 to 8.11.2 (#1644)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - build(deps): bump actions/setup-java from 3 to 4
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 requires-manual-qa Requires Manual Confirmation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant