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.2-jre to 32.1.3-jre #936

Merged
1 commit merged into from
Oct 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

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

Release notes

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

32.1.3

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Changed Gradle Metadata to include dependency versions directly. This may address "Could not find some-dependency" errors that some users have reported (which might be a result of users' excluding guava-parent). (c6d35cf1a5)
  • collect: Changed Multisets.unmodifiableMultiset(set).removeIf(predicate) to throw an exception always, even if nothing matches predicate. (61dbccfda3)
  • graph: Fixed the behavior of Graph/ValueGraph views for a node when that node is removed from the graph. (950799691c)
  • io: Fixed Files.createTempDir and FileBackedOutputStream under Windows services, a rare use case. (The fix actually covers only Java 9+ because Java 8 would require an additional approach. Let us know if you need support under Java 8.) (f87f68cd3e)
  • net: Made MediaType.parse allow and skip over whitespace around the / and = separator tokens in addition to the ; separator, for which it was already being allowed. (2786f83291)
  • util.concurrent: Tweaked Futures.getChecked constructor-selection behavior: The method continues to prefer to call constructors with a String parameter, but now it breaks ties based on whether the constructor has a Throwable parameter. Beyond that, the choice of constructor remains undefined. (For this and other reasons, we discourage the use of getChecked.) (59cfb2267a)
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)

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

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 Oct 11, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

bors merge

@github-actions
Copy link

Test Results

  47 files  ±0    47 suites  ±0   2m 8s ⏱️ +14s
102 tests ±0  102 ✔️ ±0  0 💤 ±0  0 ±0 
329 runs  ±0  329 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit fa90aaa. ± Comparison against base commit 648d978.

@ghost
Copy link

ghost commented Oct 11, 2023

Build succeeded:

@ghost ghost merged commit 83d7a76 into main Oct 11, 2023
9 checks passed
@ghost ghost deleted the dependabot/maven/com.google.guava-guava-32.1.3-jre branch October 11, 2023 16:54
ghost referenced this pull request in camunda/camunda Jan 4, 2024
15777: deps(maven): Update version.zpt to v8.4.0 (main) r=github-actions[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.camunda:zeebe-process-test-filters](https://github.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-filters/) ([source](https://github.com/camunda/zeebe-process-test)) | `8.3.4` -> `8.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-filters/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-filters/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-filters/8.3.4/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-filters/8.3.4/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [io.camunda:zeebe-process-test-assertions](https://github.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-assertions/) ([source](https://github.com/camunda/zeebe-process-test)) | `8.3.4` -> `8.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-assertions/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-assertions/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-assertions/8.3.4/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-assertions/8.3.4/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>camunda/zeebe-process-test (io.camunda:zeebe-process-test-filters)</summary>

### [`v8.4.0`](https://github.com/camunda/zeebe-process-test/releases/tag/8.4.0)

[Compare Source](https://github.com/camunda/zeebe-process-test/compare/8.3.5...8.4.0)

##### What's Changed

-   build(deps): Bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/924](https://github.com/camunda/zeebe-process-test/pull/924)
-   build(deps): Bump com.google.googlejavaformat:google-java-format from 1.18.0 to 1.18.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/925](https://github.com/camunda/zeebe-process-test/pull/925)
-   Release 8.3.0 by [`@&#8203;camundait](https://github.com/camundait)` in [https://github.com/camunda/zeebe-process-test/pull/926](https://github.com/camunda/zeebe-process-test/pull/926)
-   build(deps): Bump dependency.testcontainers.version from 1.19.0 to 1.19.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/918](https://github.com/camunda/zeebe-process-test/pull/918)
-   build(deps): Bump org.immutables:value from 2.9.3 to 2.10.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/928](https://github.com/camunda/zeebe-process-test/pull/928)
-   build(deps): Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/927](https://github.com/camunda/zeebe-process-test/pull/927)
-   build(deps): Bump com.google.api.grpc:proto-google-common-protos from 2.25.1 to 2.26.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/929](https://github.com/camunda/zeebe-process-test/pull/929)
-   Don't iterate over deleted keys in a transaction by [`@&#8203;remcowesterhoud](https://github.com/remcowesterhoud)` in [https://github.com/camunda/zeebe-process-test/pull/930](https://github.com/camunda/zeebe-process-test/pull/930)
-   build(deps): Bump io.netty:netty-bom from 4.1.99.Final to 4.1.100.Final by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/931](https://github.com/camunda/zeebe-process-test/pull/931)
-   build(deps): Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/936](https://github.com/camunda/zeebe-process-test/pull/936)
-   build(deps): Bump dependency.spring.version from 6.0.12 to 6.0.13 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/937](https://github.com/camunda/zeebe-process-test/pull/937)
-   build(deps): Bump io.github.classgraph:classgraph from 4.8.162 to 4.8.163 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/941](https://github.com/camunda/zeebe-process-test/pull/941)
-   build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/940](https://github.com/camunda/zeebe-process-test/pull/940)
-   build(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/942](https://github.com/camunda/zeebe-process-test/pull/942)
-   Upgrade to java 21 by [`@&#8203;remcowesterhoud](https://github.com/remcowesterhoud)` in [https://github.com/camunda/zeebe-process-test/pull/938](https://github.com/camunda/zeebe-process-test/pull/938)
-   build(deps): Bump com.google.errorprone:error_prone_annotations from 2.22.0 to 2.23.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/943](https://github.com/camunda/zeebe-process-test/pull/943)
-   build(deps): Bump io.grpc:grpc-bom from 1.58.0 to 1.59.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/944](https://github.com/camunda/zeebe-process-test/pull/944)
-   build(deps): Bump com.google.api.grpc:proto-google-common-protos from 2.26.0 to 2.27.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/945](https://github.com/camunda/zeebe-process-test/pull/945)
-   build(deps): Bump org.camunda.feel:feel-engine from 1.17.0 to 1.17.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/946](https://github.com/camunda/zeebe-process-test/pull/946)
-   build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/947](https://github.com/camunda/zeebe-process-test/pull/947)
-   build(deps): Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/948](https://github.com/camunda/zeebe-process-test/pull/948)
-   build(deps): Bump hashicorp/vault-action from 2.7.3 to 2.7.4 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/949](https://github.com/camunda/zeebe-process-test/pull/949)
-   build(deps): Bump korthout/backport-action from 1 to 2 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/950](https://github.com/camunda/zeebe-process-test/pull/950)
-   build(deps): Bump com.google.api.grpc:proto-google-common-protos from 2.27.0 to 2.28.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/951](https://github.com/camunda/zeebe-process-test/pull/951)
-   build(deps): Bump org.agrona:agrona from 1.19.2 to 1.20.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/953](https://github.com/camunda/zeebe-process-test/pull/953)
-   build(deps): Bump io.github.classgraph:classgraph from 4.8.163 to 4.8.164 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/955](https://github.com/camunda/zeebe-process-test/pull/955)
-   build(deps): Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/956](https://github.com/camunda/zeebe-process-test/pull/956)
-   build(deps): Bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/954](https://github.com/camunda/zeebe-process-test/pull/954)
-   build(deps): Bump org.camunda.community:community-hub-release-parent from 1.4.3 to 1.4.4 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/957](https://github.com/camunda/zeebe-process-test/pull/957)
-   build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/958](https://github.com/camunda/zeebe-process-test/pull/958)
-   build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/959](https://github.com/camunda/zeebe-process-test/pull/959)
-   Properly support Signal broadcasting by [`@&#8203;remcowesterhoud](https://github.com/remcowesterhoud)` in [https://github.com/camunda/zeebe-process-test/pull/966](https://github.com/camunda/zeebe-process-test/pull/966)
-   Prevent backport loops by [`@&#8203;remcowesterhoud](https://github.com/remcowesterhoud)` in [https://github.com/camunda/zeebe-process-test/pull/968](https://github.com/camunda/zeebe-process-test/pull/968)
-   build(deps): Bump dependency.testcontainers.version from 1.19.1 to 1.19.2 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/976](https://github.com/camunda/zeebe-process-test/pull/976)
-   chore(project): prepare for next release by [`@&#8203;tmetzke](https://github.com/tmetzke)` in [https://github.com/camunda/zeebe-process-test/pull/979](https://github.com/camunda/zeebe-process-test/pull/979)
-   Note about Java version compatibility by [`@&#8203;jonathanlukas](https://github.com/jonathanlukas)` in [https://github.com/camunda/zeebe-process-test/pull/974](https://github.com/camunda/zeebe-process-test/pull/974)
-   build(deps): Bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/981](https://github.com/camunda/zeebe-process-test/pull/981)
-   build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/980](https://github.com/camunda/zeebe-process-test/pull/980)
-   Add user task and process instance migration loggers by [`@&#8203;tmetzke](https://github.com/tmetzke)` in [https://github.com/camunda/zeebe-process-test/pull/978](https://github.com/camunda/zeebe-process-test/pull/978)
-   build(deps): Bump dependency.spring.version from 6.0.13 to 6.1.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/986](https://github.com/camunda/zeebe-process-test/pull/986)
-   build(deps): Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/985](https://github.com/camunda/zeebe-process-test/pull/985)
-   build(deps): Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/988](https://github.com/camunda/zeebe-process-test/pull/988)
-   build(deps): Bump org.camunda.feel:feel-engine from 1.17.1 to 1.17.3 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/987](https://github.com/camunda/zeebe-process-test/pull/987)
-   build(deps): Bump dependency.testcontainers.version from 1.19.2 to 1.19.3 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/989](https://github.com/camunda/zeebe-process-test/pull/989)
-   build(deps): Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/990](https://github.com/camunda/zeebe-process-test/pull/990)
-   build(deps): Bump dependency.spring.version from 6.1.0 to 6.1.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/991](https://github.com/camunda/zeebe-process-test/pull/991)
-   build(deps): Bump io.grpc:grpc-bom from 1.59.0 to 1.59.1 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/994](https://github.com/camunda/zeebe-process-test/pull/994)
-   Support update job timeout command by [`@&#8203;ana-vinogradova-camunda](https://github.com/ana-vinogradova-camunda)` in [https://github.com/camunda/zeebe-process-test/pull/993](https://github.com/camunda/zeebe-process-test/pull/993)
-   build(deps): Bump actions/setup-java from 3 to 4 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/996](https://github.com/camunda/zeebe-process-test/pull/996)
-   feat: add compensation subscription record by [`@&#8203;nicpuppa](https://github.com/nicpuppa)` in [https://github.com/camunda/zeebe-process-test/pull/998](https://github.com/camunda/zeebe-process-test/pull/998)
-   build(deps): Bump com.google.api.grpc:proto-google-common-protos from 2.28.0 to 2.29.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/997](https://github.com/camunda/zeebe-process-test/pull/997)
-   build(deps): Bump io.grpc:grpc-bom from 1.59.1 to 1.60.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/camunda/zeebe-process-test/pull/1005](https://github.com/camunda/zeebe-process-test/pull/1005)
-   \[Backport release-8.4.0] Support using process instance migration from the zeebe client by [`@&#8203;backport-action](https://github.com/backport-action)` in [https://github.com/camunda/zeebe-process-test/pull/1013](https://github.com/camunda/zeebe-process-test/pull/1013)

##### New Contributors

-   [`@&#8203;tmetzke](https://github.com/tmetzke)` made their first contribution in [https://github.com/camunda/zeebe-process-test/pull/979](https://github.com/camunda/zeebe-process-test/pull/979)
-   [`@&#8203;ana-vinogradova-camunda](https://github.com/ana-vinogradova-camunda)` made their first contribution in [https://github.com/camunda/zeebe-process-test/pull/993](https://github.com/camunda/zeebe-process-test/pull/993)

**Full Changelog**: camunda/zeebe-process-test@8.3.0...8.4.0

### [`v8.3.5`](https://github.com/camunda/zeebe-process-test/releases/tag/8.3.5)

[Compare Source](https://github.com/camunda/zeebe-process-test/compare/8.3.4...8.3.5)

##### What's Changed

-   Release 8.3.4 by [`@&#8203;camundait](https://github.com/camundait)` in [https://github.com/camunda/zeebe-process-test/pull/1002](https://github.com/camunda/zeebe-process-test/pull/1002)

**Full Changelog**: camunda/zeebe-process-test@8.3.4...8.3.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This pull request was closed.
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.

0 participants