Dependency Upgrades
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -41,12 +41,12 @@
|
||||
<dependency>
|
||||
<groupId>couchbase</groupId>
|
||||
<artifactId>couchbase-client</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>3.2.1.RELEASE</version>
|
||||
<version>3.2.2.RELEASE</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -63,13 +63,13 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>3.2.1.RELEASE</version>
|
||||
<version>3.2.2.RELEASE</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-commons-core</artifactId>
|
||||
<version>1.4.0.RELEASE</version>
|
||||
<version>1.4.1.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
@@ -79,7 +79,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>3.2.1.RELEASE</version>
|
||||
<version>3.2.2.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<artifactId>spring-data-couchbase</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user