Skip to content

Commit

Permalink
Update to jnr-constants 0.9.3 release. Fixes #4135.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Sep 6, 2016
1 parent 60e6d62 commit 1ed8422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -48,7 +48,7 @@
jar 'com.github.jnr:jnr-x86asm:1.0.2', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-unixsocket:0.12', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-posix:3.0.29', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-constants:0.9.3-SNAPSHOT', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-constants:0.9.3', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-ffi:2.0.9'
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -147,7 +147,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
Expand Down

0 comments on commit 1ed8422

Please sign in to comment.