Skip to content

[release-v1.16][maven]: Bump the patch group across 1 directory with 6 updates #1762

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps the patch group with 6 updates in the /data-plane directory:

Package From To
com.redhat.quarkus.platform:quarkus-bom 3.15.3.SP1-redhat-00002 3.15.4.redhat-00001
org.slf4j:slf4j-api 2.0.16 2.0.17.redhat-00001
com.google.protobuf:protobuf-java 3.25.2 3.25.5.redhat-00003
com.google.protobuf:protobuf-java-util 3.25.2 3.25.5.redhat-00003
org.awaitility:awaitility 4.2.0 4.2.2.redhat-00001
com.google.cloud.tools:jib-maven-plugin 3.4.4 3.4.5

Updates com.redhat.quarkus.platform:quarkus-bom from 3.15.3.SP1-redhat-00002 to 3.15.4.redhat-00001

Commits

Updates org.slf4j:slf4j-api from 2.0.16 to 2.0.17.redhat-00001

Updates com.google.protobuf:protobuf-java from 3.25.2 to 3.25.5.redhat-00003

Commits

Updates com.google.protobuf:protobuf-java-util from 3.25.2 to 3.25.5.redhat-00003

Updates com.google.protobuf:protobuf-java-util from 3.25.2 to 3.25.5.redhat-00003

Updates org.awaitility:awaitility from 4.2.0 to 4.2.2.redhat-00001

Changelog

Sourced from org.awaitility:awaitility's changelog.

Changelog 4.3.0 (2025-02-21)

  • Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR)

  • Upgraded kotlin version in the awaitility-kotlin module to 2.1.10

  • Using a more descriptive error message when using VERY long wait conditions or poll durations (issue 290)

  • Added an overloaded method of untilAsserted(..) that takes a supplier and a consumer. For example, lets say you have a class like this: public class MyClass { public String myFunction() { // Imagine stuff being executed in asynchronously here and the result of this // operation is a string called "my value" return "my value" } }

    // Then in your test you can wait for the "myFunction" to be asserted by a "consumer" that uses // assertj to make sure that "myFunction" returns ""my value" await().untilAsserted(myClass::myFunction, value -> Assertions.assertThat(value).isEqualTo("my value"));

    This has also been implemented for all atomic, adder, and accumulator methods.

Changelog 4.2.2 (2024-08-07)

  • Support JDK EA builds in JavaVersionDetector (thanks to Oleg Estekhin for pull request)

Changelog 4.2.1 (2024-03-15)

  • Upgraded Kotlin to 1.9.22

  • Added extension properties forever, then, and, given to the Kotlin extension. This allows you to do e.g.:

    await.forever until { .. }

  • Added shortcut for enabling logging. Before you had to do e.g.

    await() .with() .conditionEvaluationListener(new ConditionEvaluationLogger(log::info)) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));

    You can now instead use the "logging" shortcut:

    await() .with() .logging(log::info) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));

    or simply ".logging()" for "System.out".

    This shortcut has also been added globally:

... (truncated)

Commits

Updates com.google.cloud.tools:jib-maven-plugin from 3.4.4 to 3.4.5

Release notes

Sourced from com.google.cloud.tools:jib-maven-plugin's releases.

jib-maven-plugin v3.4.5

Run ./jib-maven-plugin/scripts/update_gcs_latest.sh 3.4.5 when the release is complete to update the latest version string on GCS.


Major Changes

See CHANGELOG.md for more details.

jib-gradle-plugin v3.4.5

Run ./jib-gradle-plugin/scripts/update_gcs_latest.sh 3.4.5 when the release is complete to update the latest version string on GCS.


Major Changes

See CHANGELOG.md for more details.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.google.protobuf:protobuf-java-util [>= 4.a0, < 5]

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 30, 2025
@openshift-ci openshift-ci bot requested review from matzew and pierDipi April 30, 2025 13:46
Copy link

openshift-ci bot commented Apr 30, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign alanfx for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

openshift-ci bot commented Apr 30, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

…6 updates

Bumps the patch group with 6 updates in the /data-plane directory:

| Package | From | To |
| --- | --- | --- |
| [com.redhat.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.15.3.SP1-redhat-00002` | `3.15.4.redhat-00001` |
| org.slf4j:slf4j-api | `2.0.16` | `2.0.17.redhat-00001` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.2` | `3.25.5.redhat-00003` |
| com.google.protobuf:protobuf-java-util | `3.25.2` | `3.25.5.redhat-00003` |
| [org.awaitility:awaitility](https://github.com/awaitility/awaitility) | `4.2.0` | `4.2.2.redhat-00001` |
| [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) | `3.4.4` | `3.4.5` |



Updates `com.redhat.quarkus.platform:quarkus-bom` from 3.15.3.SP1-redhat-00002 to 3.15.4.redhat-00001
- [Commits](https://github.com/quarkusio/quarkus-platform/commits)

Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17.redhat-00001

Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 3.25.5.redhat-00003
- [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.2 to 3.25.5.redhat-00003

Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 3.25.5.redhat-00003

Updates `org.awaitility:awaitility` from 4.2.0 to 4.2.2.redhat-00001
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](https://github.com/awaitility/awaitility/commits)

Updates `com.google.cloud.tools:jib-maven-plugin` from 3.4.4 to 3.4.5
- [Release notes](https://github.com/GoogleContainerTools/jib/releases)
- [Commits](https://github.com/GoogleContainerTools/jib/commits)

---
updated-dependencies:
- dependency-name: com.redhat.quarkus.platform:quarkus-bom
  dependency-version: 3.15.4.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 3.25.5.redhat-00003
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 3.25.5.redhat-00003
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 3.25.5.redhat-00003
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: org.awaitility:awaitility
  dependency-version: 4.2.2.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: com.google.cloud.tools:jib-maven-plugin
  dependency-version: 3.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/data-plane/release-v1.16/patch-5f2f30793e branch from 21aadb3 to e8b302d Compare May 12, 2025 01:49
Copy link
Author

dependabot bot commented on behalf of github May 19, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/maven/data-plane/release-v1.16/patch-5f2f30793e branch May 19, 2025 01:53
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 needs-ok-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants