diff --git a/pom.xml b/pom.xml
index e180176a0f1349d9f2dc828c2de7e8b830a25135..d35680ec7fa15a63002ef4990aa9b6bf87e004d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-netdb</artifactId>
   <packaging>jar</packaging>
-  <version>1.1.5</version>
+  <version>1.1.6</version>
   <name>jnr-netdb</name>
   <description>Lookup TCP and UDP services from java</description>
   <url>http://github.com/jnr/jnr-netdb</url>
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-ffi</artifactId>
-      <version>2.0.7</version>
+      <version>2.1.0</version>
       <scope>compile</scope>
     </dependency>