From a582f7eebc6a12aefd203a1bdecbe06b10bd9d9b Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 2 Jul 2014 17:37:51 -0400 Subject: [PATCH] Update to gson 2.2.2 --- .classpath | 2 +- build.moxie | 2 +- gitblit.iml | 6 +++--- releases.moxie | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 53bddce2d..37bbf0ce3 100644 --- a/.classpath +++ b/.classpath @@ -55,7 +55,7 @@ - + diff --git a/build.moxie b/build.moxie index 9a4830b61..a0a8d4c31 100644 --- a/build.moxie +++ b/build.moxie @@ -159,7 +159,7 @@ dependencies: - compile 'org.apache.sshd:sshd-core:${sshd.version}' :war !org.easymock - compile 'org.apache.mina:mina-core:${mina.version}' :war !org.easymock - compile 'rome:rome:0.9' :war :manager :api -- compile 'com.google.code.gson:gson:1.7.2' :war :fedclient :manager :api +- compile 'com.google.code.gson:gson:2.2.2' :war :fedclient :manager :api - compile 'org.codehaus.groovy:groovy-all:${groovy.version}' :war - compile 'com.unboundid:unboundid-ldapsdk:2.3.0' :war - compile 'org.apache.ivy:ivy:2.2.0' :war diff --git a/gitblit.iml b/gitblit.iml index 99c91cc5c..ca8925bdf 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -562,13 +562,13 @@ - + - + - + diff --git a/releases.moxie b/releases.moxie index 89b1a50cb..e2b614c07 100644 --- a/releases.moxie +++ b/releases.moxie @@ -24,7 +24,8 @@ r25: { - Jetty 9.2.1 (pr-202) - Lucene 4.8.1 (pr-201) - JGit 3.4.0 (pr-200) - - SLF4j 1.7.7 + - SLF4j 1.7.7 (ticket-122) + - gson 2.2.2 (ticket-123) contributors: - James Moger - David Ostrovsky