Upgrade to gwtorm 1.0.1

This brings in bug fixes related to Key object's fromString not
decoding enough steps before returning the data to the application.

Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/appjar/pom.xml b/appjar/pom.xml
index 15eeb92..e4a94dd 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -316,7 +316,7 @@
     <dependency>
       <groupId>gwtorm</groupId>
       <artifactId>gwtorm</artifactId>
-      <version>1.0</version>
+      <version>1.0.1</version>
       <scope>compile</scope>
     </dependency>