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

Bump the java group in /java with 3 updates #1047

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the java group in /java with 3 updates: org.assertj:assertj-core, org.apache.maven.plugins:maven-compiler-plugin and io.grpc:grpc-bom.

Updates org.assertj:assertj-core from 3.24.2 to 3.25.0

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.25.0

🧩 Binary Compatibility

The release is binary compatible with the previous minor version.

🚫 Deprecated

Core

  • Deprecate the following date/time related assertions in favor of isCloseTo:
    • isEqualToIgnoringHours
    • isEqualToIgnoringMinutes
    • isEqualToIgnoringSeconds
    • isEqualToIgnoringMillis
    • isEqualToIgnoringNanos
    • isInSameHourAs
    • isInSameMinuteAs
    • isInSameSecondAs
  • Deprecate asList in favor of asInstanceOf #3138

✨ New Features

Core

  • Add Descriptable#describedAs(Supplier<String>)

  • Add isInThePast and isInTheFuture to LocalDate assertions #2933

  • Add isInThePast and isInTheFuture to the missing Java 8 date/time types #2947

  • Add isRecord and isNotRecord to Class assertions #2968

  • Add hasNullValue and doesNotHaveNullValue to AtomicReferenceAssert #2969

  • Add asBoolean|Byte|Short|Int|Long|Float|Double to String assertions #2580

  • Add hasRecordComponents to Class assertions #2995

  • Add getters for field path in ComparisonDifference #3007

  • Allow to compare enum and string fields in the recursive comparison #2616

  • Provide value when assertThatThrownBy / thenThrownBy fail #3043

  • Add isSealed and isNotSealed to Class assertions #3080

  • Add assertThatCharSequence to disambiguate Groovy's GString #3132

  • Change the way the properties are collected using the Class.getMethods() API instead of iterating the class hierarchy using Class.declaredMethods() #3135

  • Add default constructor for RecursiveComparator #3206

  • Add isPrimitive and isNotPrimitive to Class assertions #2722

  • Add anyOf(ThrowingConsumer...) and allOf(ThrowingConsumer...) #3219

    What was written as:

    assertThat(elements)
      .extracting(Element::getProperty)
      .allSatisfy(p -> assertThat(p).satisfiesAnyOf(
          p1 -> assertThat(p1).isNull(),

... (truncated)

Commits
  • 2c1c083 [maven-release-plugin] prepare release assertj-build-3.25.0
  • c44129d Move flatten-maven-plugin version to separate property
  • 31cefaf Apply flatten-maven-plugin to assertj-core and assertj-guava (#3311)
  • 435d183 chore(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 (#3312)
  • e044604 chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3....
  • 1ea4379 chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0...
  • e841b32 chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 ...
  • 5ea3760 ci: update workflows to Java 21 (#3191)
  • e91cb7b ci: upload only report for latest release binary compatibility
  • 79cc530 test: avoid split packages in Kotlin integration tests
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.12.1

🐛 Bug Fixes

📦 Dependency updates

3.12.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 736da68 [maven-release-plugin] prepare release maven-compiler-plugin-3.12.1
  • ef93f3d [MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)
  • eb7840c [MCOMPILER-567] - Fail to compile if the "generated-sources/annotations" does...
  • 2a7a73b [maven-release-plugin] prepare for next development iteration
  • c08b0fd [maven-release-plugin] prepare release maven-compiler-plugin-3.12.0
  • a1c5b13 [MCOMPILER-565] Allow project build by Maven 4
  • 4855773 Bump plexusCompilerVersion from 2.13.0 to 2.14.1
  • 1d05342 [MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...
  • ea74978 [MCOMPILER-381] - Refactor incremental detection (#181)
  • fd37f09 [MCOMPILER-333] Cleanup generated source files (#214)
  • Additional commits viewable in compare view

Updates io.grpc:grpc-bom from 1.60.0 to 1.60.1

Release notes

Sourced from io.grpc:grpc-bom's releases.

v1.60.1

Bug Fixes

  • util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (#10770)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java group in /java with 3 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [io.grpc:grpc-bom](https://github.com/grpc/grpc-java).


Updates `org.assertj:assertj-core` from 3.24.2 to 3.25.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1)

Updates `io.grpc:grpc-bom` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.60.1)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Updates a dependency Java Java/JVM language support labels Jan 1, 2024
@rodaine rodaine merged commit d17db51 into main Jan 2, 2024
6 checks passed
@rodaine rodaine deleted the dependabot/maven/java/java-46d07e4e6c branch January 2, 2024 17:10
trunk-io bot pushed a commit to ride-app/payments-service that referenced this pull request Jan 13, 2024
… v1.0.3 (#897)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) | `v1.0.2` -> `v1.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fenvoyproxy%2fprotoc-gen-validate/v1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fenvoyproxy%2fprotoc-gen-validate/v1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fenvoyproxy%2fprotoc-gen-validate/v1.0.2/v1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fenvoyproxy%2fprotoc-gen-validate/v1.0.2/v1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>envoyproxy/protoc-gen-validate (github.com/envoyproxy/protoc-gen-validate)</summary>

### [`v1.0.3`](https://github.com/bufbuild/protoc-gen-validate/releases/tag/v1.0.3)

[Compare Source](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.2...v1.0.3)

#### What's Changed

-   Handle github-actions and pip dependencies by [@&#8203;mmorel-35](https://github.com/mmorel-35) in [bufbuild/protoc-gen-validate#908
-   Update README.md to include new protovalidate releases by [@&#8203;elliotmjackson](https://github.com/elliotmjackson) in [bufbuild/protoc-gen-validate#922
-   Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#906
-   Bump golang.org/x/tools from 0.10.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#939
-   Bump golang.org/x/net from 0.11.0 to 0.14.0 in /tests by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#932
-   Trim the readme down by [@&#8203;elliotmjackson](https://github.com/elliotmjackson) in [bufbuild/protoc-gen-validate#938
-   Update tibdex/github-app-token by [@&#8203;rubensf](https://github.com/rubensf) in [bufbuild/protoc-gen-validate#968
-   Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#959
-   Bump google.protobuf.version from 3.23.3 to 3.24.3 in /java by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#955
-   Update Go+GHA deps by [@&#8203;rodaine](https://github.com/rodaine) in [bufbuild/protoc-gen-validate#984
-   Bump java deps by [@&#8203;rodaine](https://github.com/rodaine) in [bufbuild/protoc-gen-validate#985
-   Setup golangci-lint by [@&#8203;mmorel-35](https://github.com/mmorel-35) in [bufbuild/protoc-gen-validate#987
-   Move PGV documentation back into the root README by [@&#8203;nicksnyder](https://github.com/nicksnyder) in [bufbuild/protoc-gen-validate#1012
-   Group dependabot version updates by [@&#8203;rodaine](https://github.com/rodaine) in [bufbuild/protoc-gen-validate#1024
-   Fix dependabot by [@&#8203;rodaine](https://github.com/rodaine) in [bufbuild/protoc-gen-validate#1025
-   Bump the go-tests group in /tests with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1030
-   Bump the java group in /java with 9 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1028
-   Bump the github-actions group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1027
-   Bump the go group with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1026
-   Bump the java group in /java with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1032
-   Enable gocritic linter by [@&#8203;mmorel-35](https://github.com/mmorel-35) in [bufbuild/protoc-gen-validate#1000
-   Fix typos in proto comments by [@&#8203;WineChord](https://github.com/WineChord) in [bufbuild/protoc-gen-validate#999
-   Enable unused linter by [@&#8203;mmorel-35](https://github.com/mmorel-35) in [bufbuild/protoc-gen-validate#988
-   Bump the go group with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1033
-   Bump the go-tests group in /tests with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1036
-   Bump the java group in /java with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1035
-   Bump the github-actions group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1038
-   Bump the java group in /java with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1040
-   Bump the github-actions group with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1041
-   Bump the java group in /java with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1047
-   Bump the go group with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1045
-   Bump the go-tests group in /tests with 1 update by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1046
-   Bump the java group in /java with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in [bufbuild/protoc-gen-validate#1049
-   Statically build all releases by [@&#8203;rodaine](https://github.com/rodaine) in [bufbuild/protoc-gen-validate#1052

#### New Contributors

-   [@&#8203;mmorel-35](https://github.com/mmorel-35) made their first contribution in [bufbuild/protoc-gen-validate#908
-   [@&#8203;nicksnyder](https://github.com/nicksnyder) made their first contribution in [bufbuild/protoc-gen-validate#1012
-   [@&#8203;WineChord](https://github.com/WineChord) made their first contribution in [bufbuild/protoc-gen-validate#999

**Full Changelog**: bufbuild/protoc-gen-validate@v1.0.2...v1.0.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update 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/ride-app/wallet-service).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Updates a dependency Java Java/JVM language support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant