summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-02-02 07:23:57 -0800
committerShawn O. Pearce <sop@google.com>2009-02-02 07:23:57 -0800
commit29c1832ab47c9b6fda700611ab81c468f4ec3631 (patch)
tree9bc060085683467832715daa5bf22b7a34f7fc76
parent4981c2006fa2663afee38cf689c42322f36110ed (diff)
Upgrade to gwtorm 1.0.1v2.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>
-rw-r--r--appjar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appjar/pom.xml b/appjar/pom.xml
index 15eeb926fd..e4a94ddd70 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -316,7 +316,7 @@ limitations under the License.
<dependency>
<groupId>gwtorm</groupId>
<artifactId>gwtorm</artifactId>
- <version>1.0</version>
+ <version>1.0.1</version>
<scope>compile</scope>
</dependency>