Skip to content

Commit

Permalink
Merge pull request #6865 from eclipse/dependabot/maven/jetty-9.4.x/co…
Browse files Browse the repository at this point in the history
…m.github.jnr-jnr-unixsocket-0.38.11

Bump jnr-unixsocket from 0.38.10 to 0.38.11
  • Loading branch information
joakime committed Sep 20, 2021
2 parents 4de5fdf + 8747e5f commit 1d02037
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Expand Up @@ -53,7 +53,10 @@
<jetty-test-policy.version>1.2</jetty-test-policy.version>
<jmh.version>1.33</jmh.version>
<jna.version>5.9.0</jna.version>
<jnr-unixsocket.version>0.38.10</jnr-unixsocket.version>
<jnr-enxio.version>0.32.9</jnr-enxio.version>
<jnr-ffi.version>2.2.7</jnr-ffi.version>
<jnr-posix.version>3.1.10</jnr-posix.version>
<jnr-unixsocket.version>0.38.11</jnr-unixsocket.version>
<jsp.version>8.5.70</jsp.version>
<junit.version>5.8.0</junit.version>
<log4j2.version>2.14.0</log4j2.version>
Expand Down Expand Up @@ -1028,6 +1031,21 @@
<artifactId>jboss-logging</artifactId>
<version>${jboss.logging.version}</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>${jnr-enxio.version}</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>${jnr-ffi.version}</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>${jnr-posix.version}</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
Expand Down

0 comments on commit 1d02037

Please sign in to comment.