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 jnr-unixsocket from 0.38.3 to 0.38.10 #6712

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2021

Bumps jnr-unixsocket from 0.38.3 to 0.38.10.

Commits
  • 85cfc88 [maven-release-plugin] prepare release jnr-unixsocket-0.38.10
  • 6d48766 [maven-release-plugin] prepare for next development iteration
  • 676813f [maven-release-plugin] prepare release jnr-unixsocket-0.38.9
  • 3a869f4 Update jnr-ffi, jnr-posix, and jnr-enxio
  • eeed500 [maven-release-plugin] prepare for next development iteration
  • 3b432e1 [maven-release-plugin] prepare release jnr-unixsocket-0.38.8
  • de88c02 Update JNR deps
  • fc9ea80 [maven-release-plugin] prepare for next development iteration
  • 2415571 [maven-release-plugin] prepare release jnr-unixsocket-0.38.7
  • 6bdf101 Update jnr-ffi for preliminary armple support
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.38.3 to 0.38.10.
- [Release notes](https://github.com/jnr/jnr-unixsocket/releases)
- [Commits](jnr/jnr-unixsocket@jnr-unixsocket-0.38.3...jnr-unixsocket-0.38.10)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-unixsocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 8, 2021
@olamy
Copy link
Member

olamy commented Sep 8, 2021

@dependabot rebase

@gregw
Copy link
Contributor

gregw commented Sep 8, 2021

[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-unixsocket-common ---
[WARNING] Rule 3: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for com.github.jnr:jnr-constants:0.10.0 paths to dependency are:
+-org.eclipse.jetty:jetty-unixsocket-common:11.0.7-SNAPSHOT
  +-com.github.jnr:jnr-unixsocket:0.38.10
    +-com.github.jnr:jnr-constants:0.10.0 (managed) <-- com.github.jnr:jnr-constants:0.10.2
and
+-org.eclipse.jetty:jetty-unixsocket-common:11.0.7-SNAPSHOT
  +-com.github.jnr:jnr-unixsocket:0.38.10
    +-com.github.jnr:jnr-enxio:0.32.1 (managed) <-- com.github.jnr:jnr-enxio:0.32.8
      +-com.github.jnr:jnr-constants:0.10.0 (managed) <-- com.github.jnr:jnr-constants:0.10.2
and
+-org.eclipse.jetty:jetty-unixsocket-common:11.0.7-SNAPSHOT
  +-com.github.jnr:jnr-unixsocket:0.38.10
    +-com.github.jnr:jnr-posix:3.1.2 (managed) <-- com.github.jnr:jnr-posix:3.1.9
      +-com.github.jnr:jnr-constants:0.10.0 (managed) <-- com.github.jnr:jnr-constants:0.10.2
, 
Require upper bound dependencies error for com.github.jnr:jnr-enxio:0.32.1 paths to dependency are:
+-org.eclipse.jetty:jetty-unixsocket-common:11.0.7-SNAPSHOT
  +-com.github.jnr:jnr-unixsocket:0.38.10
    +-com.github.jnr:jnr-enxio:0.32.1 (managed) <-- com.github.jnr:jnr-enxio:0.32.8
, 
Require upper bound dependencies error for com.github.jnr:jnr-posix:3.1.2 paths to dependency are:
+-org.eclipse.jetty:jetty-unixsocket-common:11.0.7-SNAPSHOT
  +-com.github.jnr:jnr-unixsocket:0.38.10
    +-com.github.jnr:jnr-posix:3.1.2 (managed) <-- com.github.jnr:jnr-posix:3.1.9
]

Bring on native unixdomain support!
@gregw gregw changed the base branch from jetty-11.0.x to jetty-10.0.x September 8, 2021 04:57
@gregw gregw changed the base branch from jetty-10.0.x to jetty-11.0.x September 8, 2021 04:58
@gregw
Copy link
Contributor

gregw commented Sep 8, 2021

This change needs to be done in 10 and merged forward to 11

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2021

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.

@olamy olamy merged commit 80c10b7 into jetty-11.0.x Sep 8, 2021
@olamy olamy deleted the dependabot/maven/jetty-11.0.x/com.github.jnr-jnr-unixsocket-0.38.10 branch September 8, 2021 10:20
gregw added a commit that referenced this pull request Sep 9, 2021
* Bump jnr-unixsocket from 0.38.3 to 0.38.10

Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.38.3 to 0.38.10.
- [Release notes](https://github.com/jnr/jnr-unixsocket/releases)
- [Commits](jnr/jnr-unixsocket@jnr-unixsocket-0.38.3...jnr-unixsocket-0.38.10)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-unixsocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update jnr dependencies

Bring on native unixdomain support!

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Greg Wilkins <gregw@webtide.com>
gregw added a commit that referenced this pull request Sep 9, 2021
* Bump jnr-unixsocket from 0.38.3 to 0.38.10

Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.38.3 to 0.38.10.
- [Release notes](https://github.com/jnr/jnr-unixsocket/releases)
- [Commits](jnr/jnr-unixsocket@jnr-unixsocket-0.38.3...jnr-unixsocket-0.38.10)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-unixsocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update jnr dependencies

Bring on native unixdomain support!

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Greg Wilkins <gregw@webtide.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants