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

chore: Bump org.glassfish.jaxb:jaxb-runtime from 2.3.6 to 4.0.5 #496

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2024

Bumps org.glassfish.jaxb:jaxb-runtime from 2.3.6 to 4.0.5.

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps org.glassfish.jaxb:jaxb-runtime from 2.3.6 to 4.0.5.

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code major labels Mar 7, 2024
Jad-el-khoury and others added 16 commits March 27, 2024 11:27
6.0.0.Alpha1
Updated dependencies and imports to switch to jakarta EE9 (javax vs jakarta)
---------

Co-authored-by: Jad El-khoury <[email protected]>
Co-authored-by: Andrew Berezovskyi <[email protected]>
…o 3.3.1 (#517)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…502)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… 3.5.0 (#437)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….4.0 (#442)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n from 3.4.3 to 3.5.0 (#453)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…515)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@berezovskyi
Copy link
Contributor

needs to be updated with jakarta.xml.bind-api

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1 to 3.13.0 (#505)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8.5.100 (#508)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Apr 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Jad-el-khoury
Copy link
Contributor

@berezovskyi ! I tried to rebase, but obviously got it wrong. So I will do the change manually starting on master. but will close this PR.

@Jad-el-khoury
Copy link
Contributor

But now we know that Lyo builds fine, compared to before.
https://github.com/oslc-op/refimpl/actions/runs/8767896693

@Jad-el-khoury
Copy link
Contributor

Closing this PR.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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/maven/org.glassfish.jaxb-jaxb-runtime-4.0.5 branch April 20, 2024 21:38
@Jad-el-khoury
Copy link
Contributor

Ha! master already had the necessary changes. this PR is 6 weeks old. We have already introduced the changes as part of our migration to Jakarta. (I was a bit surprised how i could have missed these. But I guess we were looking at a very old branch!)

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 major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants