-
Notifications
You must be signed in to change notification settings - Fork 10
[release-v1.18][maven]: Bump the major group across 1 directory with 5 updates #1761
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
base: release-v1.18
Are you sure you want to change the base?
[release-v1.18][maven]: Bump the major group across 1 directory with 5 updates #1761
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] 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 |
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 Once the patch is verified, the new status will be reflected by the 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. |
512ca82
to
ca81244
Compare
…5 updates Bumps the major group with 5 updates in the /data-plane directory: | Package | From | To | | --- | --- | --- | | org.apache.kafka:kafka-clients | `3.9.0` | `4.0.0` | | org.apache.kafka:kafka_2.13 | `3.9.0` | `4.0.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.5` | `4.30.2` | | com.google.protobuf:protobuf-java-util | `3.25.5` | `4.30.2` | | [com.github.vladimir-bukhtoyarov:bucket4j-core](https://github.com/vladimir-bukhtoyarov/bucket4j) | `7.6.0` | `8.0.1` | Updates `org.apache.kafka:kafka-clients` from 3.9.0 to 4.0.0 Updates `org.apache.kafka:kafka_2.13` from 3.9.0 to 4.0.0 Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 4.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.5...v4.30.2) Updates `com.google.protobuf:protobuf-java-util` from 3.25.5 to 4.30.2 Updates `com.google.protobuf:protobuf-java-util` from 3.25.5 to 4.30.2 Updates `com.github.vladimir-bukhtoyarov:bucket4j-core` from 7.6.0 to 8.0.1 - [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases) - [Commits](bucket4j/bucket4j@7.6.0...8.0.1) Updates `org.apache.kafka:kafka_2.13` from 3.9.0 to 4.0.0 --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: org.apache.kafka:kafka_2.13 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.github.vladimir-bukhtoyarov:bucket4j-core dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: org.apache.kafka:kafka_2.13 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <[email protected]>
ca81244
to
24393e9
Compare
Bumps the major group with 5 updates in the /data-plane directory:
3.9.0
4.0.0
3.9.0
4.0.0
3.25.5
4.30.2
3.25.5
4.30.2
7.6.0
8.0.1
Updates
org.apache.kafka:kafka-clients
from 3.9.0 to 4.0.0Updates
org.apache.kafka:kafka_2.13
from 3.9.0 to 4.0.0Updates
com.google.protobuf:protobuf-java
from 3.25.5 to 4.30.2Commits
43e1626
Updating version.json and repo version numbers to: 30.27a4c63b
Fix lite classes in the protobuf-java Maven release to be JDK8 compatible. (#...7831669
Remove dllexport attribute on variable definition. (#20833)da9cadc
Restore JDK8 compatibility in Bazel for libraries with dependencies from Mave...09b5078
Add protobuf_maven artifacts to protobuf_maven_dev as well so they can still ...b7f06f1
Add volatile to featuresResolved (#20766)b69f653
Restore generator headers in cmake install until the next breaking C++ releas...f4b0a79
Restore custom protobuf maven namespaces to avoid polluting main maven namesp...2dc9f35
Fix Java concurrency issue in feature resolution for old <=3.25.x gencode usi...221b2a0
Change how we decide which empty string implementation to use. (#20708)Updates
com.google.protobuf:protobuf-java-util
from 3.25.5 to 4.30.2Updates
com.google.protobuf:protobuf-java-util
from 3.25.5 to 4.30.2Updates
com.github.vladimir-bukhtoyarov:bucket4j-core
from 7.6.0 to 8.0.1Release notes
Sourced from com.github.vladimir-bukhtoyarov:bucket4j-core's releases.
Commits
2232d84
8.0.1 release documentatione24fe8e
#279 increase version4c3ea89
#279 fix VerboseCommand for cases of none-caching implementation of MutableBu...04b39c5
moving main line to java 119f977fe
moving main line to java 11b186489
moving main line to java 114ddc3f4
Merge branch '8.0_jdk8' into java_11785c56d
changing groupId from com.github.vladimir-bukhtoyarov to com.bucket4j + movin...dcab47c
Merge branch 'master' into 8.0_jdk8Updates
org.apache.kafka:kafka_2.13
from 3.9.0 to 4.0.0Dependabot 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