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 9 updates #1028

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps the java group in /java with 9 updates:

Package From To
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 3.2.2
org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 3.6.2
org.codehaus.mojo:versions-maven-plugin 2.16.1 2.16.2
com.google.protobuf:protobuf-java 3.24.3 3.25.1
com.google.protobuf:protobuf-java-util 3.24.3 3.25.1
org.jacoco:jacoco-maven-plugin 0.8.10 0.8.11
io.grpc:grpc-bom 1.58.0 1.59.0
com.google.api.grpc:proto-google-common-protos 2.25.1 2.28.0
org.codehaus.mojo:exec-maven-plugin 3.1.0 3.1.1

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2

Release notes

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

3.2.2

🐛 Bug Fixes

📦 Dependency updates

🔧 Build

3.2.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

Commits
  • 2d76753 [maven-release-plugin] prepare release surefire-3.2.2
  • dd640bf [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#682)
  • dd2fcfd [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules
  • 03c71d1 [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0
  • c3c3c84 Use Maven 3.x.x and 3.6.3 on Jenkins
  • a540ef4 [SUREFIRE-2205] Mojo documentation links are broken
  • 3a58f29 [maven-release-plugin] prepare for next development iteration
  • df9f657 [maven-release-plugin] prepare release surefire-3.2.1
  • 0910b75 Fix formatting
  • 97c84a1 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Release notes

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

3.6.2

🐛 Bug Fixes

📦 Dependency updates

Commits
  • 28a89f1 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2
  • 16ca43f [maven-release-plugin] prepare for next development iteration
  • 88bc4a5 Align IT after MJAVADOC-716
  • 4b881e8 Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0
  • 45a8d29 [MJAVADOC-716] Fix stale files detection failing because of the added newline...
  • afb2dee [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site
  • 4bad23f [MJAVADOC-730] Deprecate parameter "old"
  • 8364883 [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245)
  • 6fa9c86 [MJAVADOC-762] don't share state between tests (#218)
  • 05b12e8 [MJAVADOC-726] exclude velocity (#243)
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.16.2

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

Commits
  • 6b33fbc [maven-release-plugin] prepare release 2.16.2
  • e56c8c4 Align update-parent and display-parent-update (#1017)
  • 1136bf4 Fix ISE with plugins aggregate report when reactor projects contains the same...
  • 2fd9c32 Reading project model should throw exception
  • 2ac332d Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0
  • 048d3a3 Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
  • 4a397c2 Cleanup redundant definitions after pom update
  • 69cc330 Bump org.codehaus.mojo:mojo-parent from 76 to 77
  • eca1e46 Bump commons-io:commons-io from 2.14.0 to 2.15.0
  • 8fefd9d Add dependency to plexus-xml 3.0.0
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 3.24.3 to 3.25.1

Commits
  • 7f94235 Updating version.json and repo version numbers to: 25.1
  • e4b00c7 Add support for extensions in CRuby, JRuby, and FFI Ruby (#14703) (#14756)
  • 2495d4f Add support for options in CRuby, JRuby and FFI (#14594) (#14739)
  • a29f47d Bump mac PHP version to 8.2 to fix non-hermetic breakages. (#14741)
  • f36432a Merge pull request #14674 from anandolee/25.x
  • 74f5cf4 Raise warnings for python syntax usages
  • edb1afd Move python/BUILD to python/BUILD.bazel (#14658)
  • 666689e Merge pull request #14620 from protocolbuffers/win2019-25.x
  • 1577c30 Error on staleness failure
  • 1155c80 Update cc_file_list_aspect to handle targets with missing hdrs/textual_hdrs
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java-util from 3.24.3 to 3.25.1

Updates org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #1520).
  • Experimental support for Java 22 class files (GitHub #1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #1466, #1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #1468).
  • JaCoCo build now requires JDK 17 (GitHub #1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #1518).
Commits
  • f33756c Prepare release 0.8.11
  • 0670530 Upgrade animal-sniffer-maven-plugin to 1.23
  • 206e5be Restore exec file compatibility after upgrade of ASM to version 9.5 (#1492)
  • 36fc079 Update documentation: JDK version 21 is officially supported (#1520)
  • 7162917 Add validation tests for boolean expressions (#1505)
  • 4bc9267 Fix link to Bytecode Outline Plug-In (#1519)
  • ded62fc Upgrade ASM to 9.6 (#1518)
  • 6798260 Fix links to ASM website (#1515)
  • 4ba332f Fix misleading outdated javadoc (#1513)
  • 7ca0f0f Opcodes.RET should be processed by visitVarInsn instead of visitInsn (#...
  • Additional commits viewable in compare view

Updates io.grpc:grpc-bom from 1.58.0 to 1.59.0

Release notes

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

v1.59.0

gRPC Java 1.59.0 Release Notes

PLANNED ABI BREAKAGE!

This breaks the ABI of the @ExperimentalApi classes listed below. This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it runs with (ABI).

Users that recompiled their code using grpc-java v1.36.0 (released on Feb 23, 2021) and later, ARE NOT AFFECTED. Users that compiled their source using grpc-java earlier than v1.36.0 may need to recompile when upgrading to grpc-java v1.59.0.

See details in #10406.

Affected classes

Class io.grpc.internal.AbstractManagedChannelImplBuilder is deleted, and no longer in the class hierarchy of the channel builders:

  • io.grpc.netty.NettyChannelBuilder
  • io.grpc.okhttp.OkhttpChannelBuilder
  • io.grpc.cronet.CronetChannelBuilder

Class io.grpc.internal.AbstractServerImplBuilder is deleted, and no longer in the class hierarchy of the server builders:

  • io.grpc.netty.NettyServerBuilder
  • io.grpc.inprocess.InProcessServerBuilder

API Changes

  • core: AbstractManagedChannelImplBuilder and AbstractServerImplBuilder are removed (#10530). This is ABI-breaking, see the warning above. (#10406)
  • core: Removed .class file hack previously introduced in v1.36.0 to ease removal of internal ABIs. (#10406)
  • api: Add ForwardingChannelBuilder2, an ABI-safe version of ForwardingChannelBuilder, which will be deprecated in the following release. (#10585, #10406)
  • api: Add LoadBalancer.FixedResultPicker convenience class for load balancer implementations. It is a replacement for ErrorPicker and EMPTY_PICKER added in 1.58.0
  • testing: Stabilize TestMethodDescriptors (#10530)

Behavior Changes

  • core: de-expermentalize pick first config parsing (#10531)
  • netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty Allocator instead of ignoring it (#10543)
  • netty: Use UNAVAILABLE for connections closed while writing. Previously this would result in UNKNOWN
  • binder: Enable indirect addressing using s. (#10550)

Improvements

  • core: only use reflection to resolve InternalCensusStatsAccessor once instead of once per channel
  • core: enhance error message in the case of DEADLINE_EXCEEDED to indicate name resolution delay.
  • netty: When creating a connection, use java.util.logging formatting instead of String.format to avoid work when not logged
  • netty: Touch ByteBuf when message framing has been decoded. If the buffer is leaked, this helps narrow down the source of reference counting bug
  • java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc libraries (#10514). This improves compatibility with future Bazel versions while retaining Bazel 5.x compatibility

Bug Fixes

  • netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input ByteBuf twice when reading messages under certain error conditions (#10537)
  • xds: Add fix for xdstp replacement for percent-encoded authorities (#10571)

... (truncated)

Commits
  • ae49d27 Bump version to 1.59.0
  • fe86160 Update README etc to reference 1.59.0
  • 694004f cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (#1059...
  • 16a6bfd gradle: Downgrade mockito to 4.4.0
  • 0e03654 core: Remove temporary AbstractManagedChannelImplBuilder
  • 050ae18 core: Remove temporary AbstractServerImplBuilder
  • 2cbc290 okhttp: Make grpc-util an implementation dependency
  • 1d03bb8 Bump rules_jvm_external to 5.3
  • bc784c0 Revert "Change Round Robin and WeightedRoundRobin into petiole policies (#105...
  • cf4cf03 api: Replace ErrorPicker with FixedResultPicker
  • Additional commits viewable in compare view

Updates com.google.api.grpc:proto-google-common-protos from 2.25.1 to 2.28.0

Release notes

Sourced from com.google.api.grpc:proto-google-common-protos's releases.

v2.28.0

2.28.0 (2023-10-19)

Features

  • Add gapic options as inputs to generate_library.sh (#2121) (b17d8a1)
  • Log DirectPath misconfiguration (#2105) (860ae76)
  • Replace graal version declarion with properties placeholder (#2120) (e5247ba)

Bug Fixes

  • Make sure outstanding RPCs count in ChannelPool can not go negative (#2185) (d2d624d)

Dependencies

  • Update dependency attrs to v22.2.0 (#2146) (49d7f55)
  • Update dependency cffi to v1.16.0 (#2147) (db37d5b)
  • Update dependency charset-normalizer to v2.1.1 (#2148) (759e957)
  • Update dependency com.fasterxml.jackson:jackson-bom to v2.15.3 (#2136) (be25555)
  • Update dependency com.google.auto.value:auto-value to v1.10.4 (#2137) (5edca8b)
  • Update dependency com.google.auto.value:auto-value-annotations to v1.10.4 (#2138) (705c358)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.22.0 (#2130) (805daf1)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.22.0 (#2145) (f936331)
  • Update dependency commons-codec:commons-codec to v1.16.0 (#2152) (0cf3440)
  • Update dependency cryptography to v41.0.4 [security] (#2109) (e2f57f2)
  • Update dependency gcp-releasetool to v1.16.0 (#2111) (69d1259)
  • Update dependency google-api-core to v2.12.0 (#2153) (8c1baf5)
  • Update dependency google-auth to v2.23.3 (#2154) (3645fed)
  • Update dependency google-cloud-core to v2.3.3 (#2113) (c8194cf)
  • Update dependency google-cloud-storage to v2.12.0 (#2155) (0ec9027)
  • Update dependency google-crc32c to v1.5.0 (#2157) (6556ed5)
  • Update dependency google-resumable-media to v2.6.0 (#2161) (87dd6f2)
  • Update dependency googleapis-common-protos to v1.61.0 (#2156) (f7fd515)
  • Update dependency gradle to v7.6.3 (#2115) (cd9748d)
  • Update dependency importlib-metadata to v4.13.0 (#2162) (ac6e3d5)
  • Update dependency jeepney to v0.8.0 (#2165) (59744b5)
  • Update dependency jinja2 to v3.1.2 (#2166) (c7ac765)
  • Update dependency markupsafe to v2.1.3 (#2168) (ea26b1a)
  • Update dependency net.bytebuddy:byte-buddy to v1.14.9 (#2116) (e0ad3e6)
  • Update dependency org.apache.commons:commons-lang3 to v3.13.0 (#2131) (c066286)
  • Update dependency org.checkerframework:checker-qual to v3.39.0 (#2158) (dfe2bbc)
  • Update dependency org.easymock:easymock to v5.2.0 (#2159) (8daf145)
  • Update dependency org.yaml:snakeyaml to v2.2 (#2160) (0664bf6)
  • Update dependency protobuf to v3.20.3 (#2169) (669d369)
  • Update dependency pyasn1 to v0.5.0 (#2170) (a842045)
  • Update dependency pyasn1-modules to v0.3.0 (#2171) (4abbf85)
  • Update dependency pyjwt to v2.8.0 (#2172) (875146e)

... (truncated)

Changelog

Sourced from com.google.api.grpc:proto-google-common-protos's changelog.

2.28.0 (2023-10-19)

Features

  • Add gapic options as inputs to generate_library.sh (#2121) (b17d8a1)
  • Log DirectPath misconfiguration (#2105) (860ae76)
  • Replace graal version declarion with properties placeholder (#2120) (e5247ba)

Bug Fixes

  • Make sure outstanding RPCs count in ChannelPool can not go negative (#2185) (d2d624d)

Dependencies

  • Update dependency attrs to v22.2.0 (#2146) (49d7f55)
  • Update dependency cffi to v1.16.0 (#2147) (db37d5b)
  • Update dependency charset-normalizer to v2.1.1 (#2148) (759e957)
  • Update dependency com.fasterxml.jackson:jackson-bom to v2.15.3 (#2136) (be25555)
  • Update dependency com.google.auto.value:auto-value to v1.10.4 (#2137) (5edca8b)
  • Update dependency com.google.auto.value:auto-value-annotations to v1.10.4 (#2138) (705c358)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.22.0 (#2130) (805daf1)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.22.0 (#2145) (f936331)
  • Update dependency commons-codec:commons-codec to v1.16.0 (#2152) (0cf3440)
  • Update dependency cryptography to v41.0.4 [security] (#2109) (e2f57f2)
  • Update dependency gcp-releasetool to v1.16.0 (#2111) (69d1259)
  • Update dependency google-api-core to v2.12.0 (#2153) (8c1baf5)
  • Update dependency google-auth to v2.23.3 (#2154) (3645fed)
  • Update dependency google-cloud-core to v2.3.3 (#2113) (c8194cf)
  • Update dependency google-cloud-storage to v2.12.0 (#2155) (0ec9027)
  • Update dependency google-crc32c to v1.5.0 (#2157) (6556ed5)
  • Update dependency google-resumable-media to v2.6.0 (#2161) (87dd6f2)
  • Update dependency googleapis-common-protos to v1.61.0 (#2156) (f7fd515)
  • Update dependency gradle to v7.6.3 (#2115) (cd9748d)
  • Update dependency importlib-metadata to v4.13.0 (#2162) (ac6e3d5)
  • Update dependency jeepney to v0.8.0 (#2165) (59744b5)
  • Update dependency jinja2 to v3.1.2 (#2166) (c7ac765)
  • Update dependency markupsafe to v2.1.3 (#2168) (ea26b1a)
  • Update dependency net.bytebuddy:byte-buddy to v1.14.9 (#2116) (e0ad3e6)
  • Update dependency org.apache.commons:commons-lang3 to v3.13.0 (#2131) (c066286)
  • Update dependency org.checkerframework:checker-qual to v3.39.0 (#2158) (dfe2bbc)
  • Update dependency org.easymock:easymock to v5.2.0 (#2159) (8daf145)
  • Update dependency org.yaml:snakeyaml to v2.2 (#2160) (0664bf6)
  • Update dependency protobuf to v3.20.3 (#2169) (669d369)
  • Update dependency pyasn1 to v0.5.0 (#2170) (a842045)
  • Update dependency pyasn1-modules to v0.3.0 (#2171) (4abbf85)
  • Update dependency pyjwt to v2.8.0 (#2172) (875146e)
  • Update dependency pyparsing to v3.1.1 (#2173) (caac831)

... (truncated)

Commits

Updates org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.1.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

... (truncated)

Commits
  • 58be40b [maven-release-plugin] prepare release 3.1.1
  • 285443b Use name and tag template for release-drafter from commons
  • 2afa124 Code cleanups - use newer JDK features
  • 5fb64ce Enable spotless for code formatting - reformat
  • 69d648f Enable spotless for code formatting
  • b08fba0 Remove unused killAfter options
  • 6fae009 #391 Cope with Thread::stop being unavailable in JDK 20+ (#393)
  • 6fcb15b Only prefix program output with thread name when Maven is running with multip...
  • 584c544 #389 Add option 'blockSystemExit' to 'java' mojo
  • c545089 Bump org.codehaus.plexus:plexus-utils
  • Additional commits viewable in compare view

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 <depe...

Description has been truncated

@rodaine
Copy link
Member

rodaine commented Nov 21, 2023

@dependabot rebase

Bumps the java group in /java with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.2.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.0` | `3.6.2` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.16.1` | `2.16.2` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.24.3` | `3.25.1` |
| com.google.protobuf:protobuf-java-util | `3.24.3` | `3.25.1` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.10` | `0.8.11` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.58.0` | `1.59.0` |
| [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.25.1` | `2.28.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.1.1` |


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

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

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.1 to 2.16.2
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.16.1...2.16.2)

Updates `com.google.protobuf:protobuf-java` from 3.24.3 to 3.25.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.3...v3.25.1)

Updates `com.google.protobuf:protobuf-java-util` from 3.24.3 to 3.25.1

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.10...v0.8.11)

Updates `io.grpc:grpc-bom` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.58.0...v1.59.0)

Updates `com.google.api.grpc:proto-google-common-protos` from 2.25.1 to 2.28.0
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.28.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/java/java-effc1b8c80 branch from 4b45418 to 8117cc0 Compare November 21, 2023 23:15
@rodaine rodaine merged commit a6fe312 into main Nov 22, 2023
4 checks passed
@rodaine rodaine deleted the dependabot/maven/java/java-effc1b8c80 branch November 22, 2023 22:46
trunk-io bot referenced this pull request in ride-app/payments-service 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://togithub.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://togithub.com/bufbuild/protoc-gen-validate/releases/tag/v1.0.3)

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

#### New Contributors

-   [@&#8203;mmorel-35](https://togithub.com/mmorel-35) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/908](https://togithub.com/bufbuild/protoc-gen-validate/pull/908)
-   [@&#8203;nicksnyder](https://togithub.com/nicksnyder) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/1012](https://togithub.com/bufbuild/protoc-gen-validate/pull/1012)
-   [@&#8203;WineChord](https://togithub.com/WineChord) made their first contribution in [https://github.com/bufbuild/protoc-gen-validate/pull/999](https://togithub.com/bufbuild/protoc-gen-validate/pull/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