Bump jnr-unixsocket from 0.24 to 0.34 (#5190)
* Bump jnr-unixsocket from 0.24 to 0.34 Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.24 to 0.34. - [Release notes](https://github.com/jnr/jnr-unixsocket/releases) - [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.24...jnr-unixsocket-0.34) Signed-off-by: dependabot[bot] <support@github.com> * fix upperBound dependency Signed-off-by: olivier lamy <oliver.lamy@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
ad9d702adb
commit
89511635a4
|
@ -33,6 +33,10 @@
|
|||
<groupId>com.github.jnr</groupId>
|
||||
<artifactId>jnr-unixsocket</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.jnr</groupId>
|
||||
<artifactId>jnr-ffi</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-slf4j-impl</artifactId>
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -1128,7 +1128,12 @@
|
|||
<dependency>
|
||||
<groupId>com.github.jnr</groupId>
|
||||
<artifactId>jnr-unixsocket</artifactId>
|
||||
<version>0.24</version>
|
||||
<version>0.34</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.jnr</groupId>
|
||||
<artifactId>jnr-ffi</artifactId>
|
||||
<version>2.1.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
|
|
Loading…
Reference in New Issue