Bump jnr-unixsocket from 0.38.3 to 0.38.10 (#6712) (#6751)

* 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](https://github.com/jnr/jnr-unixsocket/compare/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>
This commit is contained in:
Greg Wilkins 2021-09-09 16:28:41 +10:00 committed by GitHub
parent e4a71cdcaf
commit ae31c3b576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1214,17 +1214,17 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.32.1</version>
<version>0.32.8</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.2</version>
<version>3.1.9</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.3</version>
<version>0.38.10</version>
</dependency>
<!-- avoid depending on a range dependency from a transitive dependency -->
<dependency>