Craig,

Thanks for making the latest snapshot available. A quick test looks like it has resolved the problem on my end.

For others, the changes I made to pick up compatible libraries are in the pom.xml for spring-social-google:

<properties>
<spring.social.version>1.0.0.BUILD-SNAPSHOT</spring.social.version>
</properties>

and in the pom.xml for spring-social-quickstart:

<org.springframework.social-version>1.0.0.BUILD-SNAPSHOT</org.springframework.social-version>


David