Skip to content

Commit 1a2f540

Browse files
committed
Update version, jnr-ffi, jnr-enxio, and jnr-posix for release
1 parent 5104a75 commit 1a2f540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.github.jnr</groupId>
44
<artifactId>jnr-unixsocket</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.38.24-SNAPSHOT</version>
6+
<version>0.38.24</version>
77
<name>jnr-unixsocket</name>
88
<description>UNIX socket channels for java</description>
99
<url>http://github.com/jnr/jnr-unixsocket</url>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.github.jnr</groupId>
5454
<artifactId>jnr-ffi</artifactId>
55-
<version>2.2.17</version>
55+
<version>2.2.18</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
@@ -64,13 +64,13 @@
6464
<dependency>
6565
<groupId>com.github.jnr</groupId>
6666
<artifactId>jnr-enxio</artifactId>
67-
<version>0.32.18</version>
67+
<version>0.32.19</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.github.jnr</groupId>
7272
<artifactId>jnr-posix</artifactId>
73-
<version>3.1.20</version>
73+
<version>3.1.21</version>
7474
<scope>compile</scope>
7575
</dependency>
7676
</dependencies>

0 commit comments

Comments
 (0)