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 across 1 directory with 17 updates #1155

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the java group with 17 updates in the /java directory:

Package From To
org.assertj:assertj-core 3.25.1 3.26.3
org.apache.maven.plugins:maven-compiler-plugin 3.12.1 3.13.0
org.apache.maven.plugins:maven-surefire-plugin 3.2.3 3.4.0
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.8.0
org.apache.maven.plugins:maven-source-plugin 3.3.0 3.3.1
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.1
org.codehaus.mojo:versions-maven-plugin 2.16.2 2.17.1
org.apache.maven.plugins:maven-gpg-plugin 3.1.0 3.2.5
commons-validator:commons-validator 1.8.0 1.9.0
com.google.protobuf:protobuf-java 3.25.1 4.27.3
com.google.protobuf:protobuf-java-util 3.25.1 4.27.3
org.jacoco:jacoco-maven-plugin 0.8.11 0.8.12
org.apache.maven.plugins:maven-shade-plugin 3.5.1 3.6.0
io.grpc:grpc-bom 1.60.1 1.66.0
com.google.api.grpc:proto-google-common-protos 2.30.0 2.43.0
org.codehaus.mojo:exec-maven-plugin 3.1.1 3.4.1
org.codehaus.mojo:build-helper-maven-plugin 3.5.0 3.6.0

Updates org.assertj:assertj-core from 3.25.1 to 3.26.3

Release notes

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

v3.26.3

🧩 Binary Compatibility

The release is:

  • Binary compatible with the previous minor version.
  • Binary incompatible with the previous patch version.

💥 Breaking Changes

Core

  • Replace assertThat(Temporal) with assertThatTemporal(Temporal) #3519

🐛 Bug Fixes

Core

  • Fix Javadoc rendering on FactoryBasedNavigableListAssert::assertThat
  • Allow ComparingNormalizedFields instances to be reused across different assertions #3493

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.14.18 #3531
  • Upgrade to JUnit BOM 5.10.3 #3525

Guava

  • Upgrade to Guava 33.2.1-jre #3499

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​genuss

v3.26.0

💥 Breaking Changes

Core

  • Delegate OptionalDouble value comparison to Double.compare in hasValue assertion #3411

    This fixes the comparison of NaN values which wasn't working the way the hasValue Javadoc describes.

    The previous behavior can be obtained with getAsDouble:

... (truncated)

Commits
  • 8e97f90 [maven-release-plugin] prepare release assertj-build-3.26.3
  • d1afefc chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4...
  • 2dc2cbf chore(deps): bump byte-buddy.version from 1.14.17 to 1.14.18 (#3531)
  • 2541d3c chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.17.1...
  • cdb906f [maven-release-plugin] prepare for next development iteration
  • c3b1f4a [maven-release-plugin] prepare release assertj-build-3.26.2
  • d5b52ab [maven-release-plugin] prepare for next development iteration
  • 17ea711 [maven-release-plugin] prepare release assertj-build-3.26.1
  • 8cf054d chore(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17...
  • 5e708b4 chore(deps-dev): bump org.apache.groovy:groovy from 4.0.21 to 4.0.22 (#3527)
  • Additional commits viewable in compare view

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

Release notes

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

3.13.0

🚀 New features and improvements

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

Commits
  • a1415aa [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0
  • b2b9196 [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo
  • 6d2ce5a [MCOMPILER-584] Refresh page - Using Non-Javac Compilers
  • eebad60 [MCOMPILER-585] Refresh plugins versions in ITs
  • ceacf68 [MCOMPILER-582] Automatic detection of release option for JDK < 9
  • 110293f [MCOMPILER-583] Require Maven 3.6.3
  • 90131df [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
  • 74cfc72 [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...
  • f85aa27 Bump apache/maven-gh-actions-shared from 3 to 4
  • d59ef49 extract Maven 3.3.1 specific method call
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.4.0

Release notes

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

3.3.0

Release Notes - Maven Surefire - Version 3.3.0

What's Changed

... (truncated)

Commits
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • 817695a Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
  • 675c02a Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0
  • 4bd36a1 [SUREFIRE-1385] Add new parameter "promoteUserPropertiesToSystemProperties" (...
  • 1d19ec8 [Doc] Failsafe Verify goal should mention failsafe
  • a93783a [SUREFIRE-2251] [REGRESSION] java.lang.NoSuchMethodException: org.apache.mave...
  • daa011b Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 805f6b7 Improve internal field order
  • 26ae10d Remove outdated invoker conditions
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0

Release notes

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

3.7.0

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile (#280) @​dependabot
  • Exclude JDK 8 - temurin, adopt-openj9 on macos (#279) @​slawekjaranowski

🔧 Build

Commits
  • 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0
  • eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException...
  • 0a26a7e Update since tags
  • 08205b1 Add compile step for MJAVADOC-365 IT
  • 4c8ca8e [MJAVADOC-804] Remove temporary directories created by tests
  • 91369fa [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR
  • be2fa20 [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath
  • 3eb47c5 [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven...
  • d3afd39 [MJAVADOC-803] Add default parameter to force root locale
  • 4904e08 [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to $...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

Commits
  • f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1
  • 7626998 Bump apache/maven-gh-actions-shared from 3 to 4
  • 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)
  • 40ae495 Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)
  • 073462b Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)
  • 0b1c823 Fix typos in AbstractSourceJarMojo exception
  • 099c65a [MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...
  • 1edeea4 [MSOURCES-139] Fix typo in AbstractSourceJarMojo exception
  • 436966e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1

Release notes

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

3.1.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 4f350d4 [maven-release-plugin] prepare release maven-release-3.1.1
  • 06f6de4 [MRELEASE-1153] Revert parts of MRELEASE-1109 (8dfcb47996320af5e6f0b2d50eac20...
  • 985d0bc [MRELEASE-1149] Current release of the plugin has configuration docs missing
  • 47e94b4 [maven-release-plugin] prepare for next development iteration
  • f2f9f4e [maven-release-plugin] prepare release maven-release-3.1.0
  • e109d3b Bump scmVersion from 2.0.1 to 2.1.0
  • 5f794a1 Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0
  • 28201bb Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3
  • 8547606 Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27
  • adf6aaf Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0
  • Additional commits viewable in compare view

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

Release notes

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

2.17.1

Changes

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

2.17.0

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • 0b79444 [maven-release-plugin] prepare release 2.17.1
  • 2efe05f Extract Pattern.compile to static variable
  • 8321211 Revert #1051 - fix #1110, #1103
  • 9fb2951 Bump byteBuddyVersion from 1.14.17 to 1.14.18
  • 65309e8 Improve ITs for set goal
  • 2a696ac Remove default values from invoker.properties
  • 1383503 Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
  • 9e445db Remove default value for invoker.buildResult
  • 5ddc194 Improve ITs for set goal
  • 13242ee Fix includeParent field value not matching Parameter#defaultValue
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.5

Release notes

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

3.2.5

Release Notes - Maven GPG Plugin - Version 3.2.5


📦 Dependency updates

3.2.4

Release Notes - Maven GPG Plugin - Version 3.2.4

... (truncated)

Commits
  • 737d4ee [maven-release-plugin] prepare release maven-gpg-plugin-3.2.5
  • 7747063 [MGPG-134] Update maven-invoker (#110)
  • 3df5f83 [MGPG-133] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to ...
  • 58a2069 [MGPG-132] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2...
  • e911b43 [MGPG-131] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)
  • d2b60d3 [MGPG-130] Update sigstore extension for exclusion (#109)
  • 091f388 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0
  • 899f410 [MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
  • f0be6f3 [MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)
  • 7dd5166 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates commons-validator:commons-validator from 1.8.0 to 1.9.0

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

Commits

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

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

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

Release notes

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

0.8.12

New Features

  • JaCoCo now officially supports Java 22 (GitHub #1596).
  • Experimental support for Java 23 class files (GitHub #1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #1600).
Commits

Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.6.0

Commits
  • 9a572e2 [maven-release-plugin] prepare release maven-shade-plugin-3.6.0
  • ade2e35 [MSHADE-428] Prevent null value in array of transformers (#229)
  • b573b8c [MSHADE-478] Extra JARs feature (#228)
  • 199ffae Drop the cruft (#225)
  • 912a81d Bump maven-gh-actions-shared to v4
  • 80e4420 [maven-release-plugin] prepare for next development iteration
  • 19618cd [maven-release-plugin] prepare release maven-shade-plugin-3.5.3
  • faf233e [MSHADE-472] upgrade parent POM
  • 7de9ae7 [MSHADE-471] deal with DST
  • 58d8cfe [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (#218)
  • Additional commits viewable in compare view

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

Release notes

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

v1.66.0

gRPC Java 1.66.0 Release Notes

API Changes

  • stub: Support setting onReadyThreshold through AbstractStub. (#11320) (25a8b7c50)
  • util: Stabilize AdvancedTlsX509TrustManager, an X509ExtendedTrustManager that allows users to configure advanced TLS features, such as root certificate reloading and peer cert custom verification. (658cbf6cf)
  • util: Align AdvancedTlsX509{Key and Trust}Manager. (#11385)
  • util: Add GracefulSwitchLoadBalancer config (ebed04798) and mark switchTo() deprecated. (85e0a01ec). GracefulSwitchLoadBalancer now receives its configuration like a regular load balancer.
  • binder: Introduce AllowSecurityPolicy to allow calling code to not have to wait on async/slow implementations. BinderTransport now submits async implementations to an executor. (#11272) (7fee6a3fe)
  • api: Add convenience method in ServerBuilder for adding a list of service implementations to the handler registry together. (#11285) (85ed05300)

Improvements

  • examples: Improve example Bazel WORKSPACE to demonstrate referencing grpc-xds. (5ec0187e2)
  • examples: Include Bazel bzlmod configuration (36e687f9d). There are now examples for both non-bzlmod and bzlmod.
  • core: Fixes to PickFirstLeafLoadBalancer
    • Eliminate NPE after recovering from a temporary name resolution failure. (#11298)
    • Deduplicate addresses. (#11342, #11345)
  • core: Change default to use the new pick first load balancer (PickFirstLeafLoadBalancer). (#11348)
  • core: Use retryThrottling from defaultServiceConfig when the name resolver config doesn't provide this config. (#11274) (062ebb4d7)
  • netty: Enable use of Netty 4.1.111 by avoiding the optimization provided by NettyAdaptiveCumulator if Netty is on version 4.1.111 or later. (#11367)
  • binder: Set a default connect timeout of 60 seconds. (#11359) (21dec3092)
  • binder: Make BinderServer own ServerAuthInterceptor's executor that helps avoid leaks. (#11293) (15ad9f546)
  • services:: Added ProtoReflectionServiceV1 for the v1 reflection protocol. The preexisting ProtoReflectionService implements the v1alpha reflection protocol. (#11237) (0aa976c4e)

Bug Fixes

  • binder: Add missing synchronization to prevent races when calling awaitTermination(). (#11277) (14fd81f59)
  • util: Fix AdvancedTlsX509TrustManager validation on servers when using SSLSocket. Previously it would try to use a null SSLEngine . (dcb1c018c)

Dependencies

  • compiler: Upgrade from CentOS 7 to AlmaLinux 8 for the pre-compiled Linux protoc-gen-grpc-java (71eb5fb9f). This adds a runtime dependency on libstdc++
  • Upgrade animal-sniffer-annotations to 1.24 (a97738518)
  • Upgrade error_prone_annotations to 2.28.0 (a97738518)
  • Upgrade proto-google-common-protos to 2.41.0 (a97738518)
  • Upgrade google-auth-library to 1.23.0 (a97738518)
  • Upgrade gson to 2.11.0 (a97738518)
  • Upgrade guava to 33.2.1 (a97738518)
  • Upgrade opentelemetry to 1.40.0 (a97738518)
  • Upgrade perfmark-api to 0.27.0 (a97738518)
  • Upgrade protobuf-java to 3.25.3 (a97738518)
  • xds: Remove unused opencensus-proto dependency (e7c3803b5)
  • bazel: Replace @com_github_cncf_udpa usage with preexisting @com_github_cncf_xds; delete @com_github_cncf_udpa repo alias for xds (6dd6ca9f9)
  • bazel: Upgrade envoyproxy/data-plane-api to 1611a730 (c540993aa). The version used by Gradle had been updated in 1.62.0 (68334a01), but the bazel version had not
  • bazel: Use com_google_protobuf instead of com_google_protobuf_javalite (7a25e6895). Bazel’s protobuf rules no longer use the old com_google_protobuf_javalite repository name
  • bazel: Don't require protobuf to be in maven_install (d3c2f5a2d). Protobuf’s targets are generally just used directly; this fixed the only place that used maven’s artifact() syntax

Thanks to

@​hlx502 @​erm-g

... (truncated)

Commits
  • cf78406 Bump version to 1.66.0
  • 33af0a7 Update README etc to reference 1.66.0
  • 19c9b99 xds: XdsClient should unsubscribe on last resource (#11264)
  • 752a045 Revert "Start 1.67.0 development cycle (#11416)" (#11428)
  • ef09d94 Revert "Introduce onResult2 in NameResolver Listener2 that returns Status (#1...
  • c37fb18 Start 1.67.0 development cycle
  • 9ba2f9d Introduce onResult2 in NameResolver Listener2 that returns Status (#11313)
  • 786523d xds: WRR rr_fallback should trigger with one endpoint weight
  • b108ed3 api: Give instruments a toString() including their name
  • eb4cdf7 Update MAINTAINERS.md (#11241)
  • Additional commits viewable in compare view

Updates com.google.api.grpc:proto-google-common-protos from 2.30.0 to 2.43.0

Release notes

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

v2.43.0

2.43.0 (2024-07-25)

Features

  • add transport option to generation_config.yaml (

@dependabot dependabot bot added Dependencies Updates a dependency Java Java/JVM language support labels Aug 19, 2024
Bumps the java group with 17 updates in the /java directory:

| Package | From | To |
| --- | --- | --- |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.1` | `3.26.3` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.12.1` | `3.13.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.3` | `3.4.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.8.0` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.3.1` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.16.2` | `2.17.1` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.5` |
| commons-validator:commons-validator | `1.8.0` | `1.9.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.1` | `4.27.3` |
| com.google.protobuf:protobuf-java-util | `3.25.1` | `4.27.3` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.11` | `0.8.12` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.1` | `3.6.0` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.60.1` | `1.66.0` |
| [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.30.0` | `2.43.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.1` | `3.4.1` |
| [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.5.0` | `3.6.0` |



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

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

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

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

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

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

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

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

Updates `commons-validator:commons-validator` from 1.8.0 to 1.9.0

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

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

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

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

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

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

Updates `com.google.api.grpc:proto-google-common-protos` from 2.30.0 to 2.43.0
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.30.0...v2.43.0)

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

Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.5.0...3.6.0)

---
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: 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-minor
  dependency-group: java
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: commons-validator:commons-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: org.apache.maven.plugins:maven-shade-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-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-minor
  dependency-group: java
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/java/java-871f41cad8 branch from ea30a1e to 3715c3d Compare August 19, 2024 20:47
@rodaine
Copy link
Member

rodaine commented Aug 20, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #1158.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/maven/java/java-871f41cad8 branch September 2, 2024 11:14
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