Skip to content

Commit

Permalink
Update libraries.
Browse files Browse the repository at this point in the history
* jffi and jnr-constants incremental updates
* unsafe-mock to a version that works with Java 7
headius committed Apr 29, 2016
1 parent 92a699b commit 87f3963
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
<type>jar</type>
</dependency>
<dependency>
@@ -210,7 +210,7 @@
</dependencies>
<properties>
<anno.sources>${project.basedir}/target/generated-sources</anno.sources>
<unsafe.version>8.92</unsafe.version>
<unsafe.version>8.92.1</unsafe.version>
<unsafe.jar>${settings.localRepository}/com/headius/unsafe-mock/${unsafe.version}/unsafe-mock-${unsafe.version}.jar</unsafe.jar>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<build.date>${maven.build.timestamp}</build.date>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@
<minitest-excludes.version>1.0.2</minitest-excludes.version>
<ant.version>1.9.2</ant.version>
<joda.time.version>2.8.2</joda.time.version>
<jffi.version>1.2.11</jffi.version>
<jffi.version>1.2.12</jffi.version>
<asm.version>5.0.3</asm.version>
<base.java.version>1.6</base.java.version>
<base.javac.version>1.6</base.javac.version>

0 comments on commit 87f3963

Please sign in to comment.