-
Notifications
You must be signed in to change notification settings - Fork 9
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
deps: update kubernetesclient to v20 (major) #69
base: main
Are you sure you want to change the base?
Conversation
6965d39
to
3a249ba
Compare
3a249ba
to
2134e9f
Compare
2f4c551
to
6dab71d
Compare
6dab71d
to
2fa4b56
Compare
f7ce11c
to
87f2e5b
Compare
87f2e5b
to
83ed06e
Compare
83ed06e
to
1ccd814
Compare
1ccd814
to
6682644
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
0265c59
to
d4dafee
Compare
I need a break from trying to get the mocking in |
140d23e
to
80e62f8
Compare
80e62f8
to
5bf0a9c
Compare
5bf0a9c
to
db185b2
Compare
@sschuberth, the test fails because the ORT notifier requires an older version of
A solution might be to force an older version of implementation(libs.ortNotifier) {
exclude("org.glassfish.jersey.core", "jersey-common")
}
implementation("org.glassfish.jersey.core:jersey-common:2.27") Also see https://stackoverflow.com/questions/76119446/strange-issues-with-javax-ws-rs-core-uribuilder |
Thanks for the analysis. I came to a similar conclusion, but was hoping to fix this at the ORT level with oss-review-toolkit/ort#9623 and then taking that ORT version into use here. |
db185b2
to
97db9df
Compare
97db9df
to
053e743
Compare
This PR contains the following updates:
18.0.1
->20.0.1
18.0.1
->20.0.1
Release Notes
kubernetes-client/java (io.kubernetes:client-java-extended)
v20.0.0-legacy
[maven-release-plugin] copy for tag v20.0.0-legacy
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.