Skip to content

Commit

Permalink
[Truffle] Upgraded jnr-posix 3.0.32 to 3.0.33.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 6, 2017
1 parent 5c1dcc2 commit 1812176
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mx.jruby/suite.py
Expand Up @@ -99,9 +99,9 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
"BSD-new"),

"JNR_POSIX": mavenLib(
"com.github.jnr:jnr-posix:3.0.32",
"a6fbbc386acbae4fd3d892f13e2141655ed6e9c0",
"7501075537354d9d9fa99f8b753c1f7844db0a45",
"com.github.jnr:jnr-posix:3.0.33",
"86dd65d4c33c4a6c8c260ee256bfcfecd8c45bee",
"79b1c4d62dd5ffd138d0771111fec86afb1d19b5",
"EPL-1.0"),

"JNR_CONSTANTS": mavenLib(
Expand Down
2 changes: 1 addition & 1 deletion truffle/pom.rb
Expand Up @@ -23,7 +23,7 @@
jar 'com.oracle.truffle:truffle-dsl-processor:' + truffle_version, :scope => 'provided'
jar 'com.oracle.truffle:truffle-tck:' + truffle_version, :scope => 'test'

jar 'com.github.jnr:jnr-posix:3.0.32'
jar 'com.github.jnr:jnr-posix:3.0.33'
jar 'com.github.jnr:jnr-constants:0.9.6'
jar 'com.github.jnr:jnr-ffi:2.1.1'
jar 'com.github.jnr:jffi:1.2.13'
Expand Down
2 changes: 1 addition & 1 deletion truffle/pom.xml
Expand Up @@ -49,7 +49,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.32</version>
<version>3.0.33</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit 1812176

Please sign in to comment.