Skip to content

Commit

Permalink
[deps] Downgrade jnr-unixsocket dependency to 0.36
Browse files Browse the repository at this point in the history
Current version of this library (v0.38+) does not work on Java 7 so this
PR bumps up the version to the highest one that supports this
compatibility matrix.
  • Loading branch information
sgnn7 committed Apr 2, 2021
1 parent 80f65ad commit eed7a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.3</version>
<version>0.36</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit eed7a1c

Please sign in to comment.