diff --git a/pom.xml b/pom.xml
index df87ddcda05cbc4ea809bd8e310d47235a78820c..4804c07b0a4295bb4d3428092c92e80aa2f9670c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>no.nibio.vips.model</groupId>
     <artifactId>GrassDryingModel</artifactId>
-    <version>1.1.12</version>
+    <version>1.1.13-SNAPSHOT</version>
     <packaging>jar</packaging>
 
      <repositories>
@@ -24,7 +24,7 @@
         <dependency>
             <groupId>no.nibio.vips</groupId>
             <artifactId>VIPSCommon</artifactId>
-            <version>3.0.2</version>
+            <version>3.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>