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 cxf-version from 4.0.2 to 4.0.3 #163

Merged
merged 5 commits into from
Feb 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps cxf-version from 4.0.2 to 4.0.3.
Updates org.apache.cxf:cxf-rt-features-logging from 4.0.2 to 4.0.3

Updates org.apache.cxf:cxf-rt-frontend-jaxws from 4.0.2 to 4.0.3

Updates org.apache.cxf:cxf-rt-transports-http from 4.0.2 to 4.0.3

Updates org.apache.cxf:cxf-rt-ws-security from 4.0.2 to 4.0.3

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 requested a review from a team as a code owner December 18, 2023 15:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 18, 2023
@madsop-nav
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/cxf-version-4.0.3 branch from c8a9f15 to 7aea3eb Compare December 21, 2023 11:36
@madsop-nav
Copy link
Contributor

@dependabot rebase

Bumps `cxf-version` from 4.0.2 to 4.0.3.

Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.2 to 4.0.3

Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.2 to 4.0.3

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.2 to 4.0.3

Updates `org.apache.cxf:cxf-rt-ws-security` from 4.0.2 to 4.0.3

---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-rt-features-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-ws-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/cxf-version-4.0.3 branch from 7aea3eb to 2bcfabb Compare January 16, 2024 13:00
@madsop-nav
Copy link
Contributor

Oppgraderinga her feilar pga denne buggen: google/guava#6657

@madsop-nav
Copy link
Contributor

Sia cxf 4.0.3 bruker guava 31, som har feil i manifestet og gjer at vi må bruke workarounds, kjens det ikkje trygt å oppgradere til denne. Vil derfor heller vente til 4.0.4.

@madsop-nav madsop-nav closed this Jan 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/cxf-version-4.0.3 branch January 17, 2024 10:07
@madsop-nav madsop-nav restored the dependabot/gradle/cxf-version-4.0.3 branch February 21, 2024 07:52
@madsop-nav madsop-nav reopened this Feb 21, 2024
@madsop-nav
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@madsop-nav
Copy link
Contributor

madsop-nav commented Feb 21, 2024

Kikka på changeloggen til 32.1.2, altså versjonen etter 32.1.1 som følgjer med i denne cxf-versjonen og lager krøll, og det er trivielle endringar utover at dei rettar akkurat det som laga problemet i 32.1.1.

@madsop-nav madsop-nav merged commit 34d254d into main Feb 21, 2024
12 checks passed
@madsop-nav madsop-nav deleted the dependabot/gradle/cxf-version-4.0.3 branch February 21, 2024 08:33
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
Projects
None yet
1 participant