Skip to content

Commit 20c48ab

Browse files
committed
Merge pull request #8 from garyrussell/master
Update to Spring Integration 4.0.3
2 parents 291659c + eab804d commit 20c48ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
compile("org.springframework.boot:spring-boot-starter-integration")
30-
compile("org.springframework.integration:spring-integration-twitter:3.0.0.RELEASE")
30+
compile("org.springframework.integration:spring-integration-twitter:4.0.3.RELEASE")
3131
testCompile("junit:junit")
3232
}
3333

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.integration</groupId>
2424
<artifactId>spring-integration-twitter</artifactId>
25-
<version>3.0.0.RELEASE</version>
25+
<version>4.0.3.RELEASE</version>
2626
</dependency>
2727
</dependencies>
2828

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
compile("org.springframework.boot:spring-boot-starter-integration")
30-
compile("org.springframework.integration:spring-integration-twitter:3.0.0.RELEASE")
30+
compile("org.springframework.integration:spring-integration-twitter:4.0.3.RELEASE")
3131
testCompile("junit:junit")
3232
}
3333

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.integration</groupId>
2424
<artifactId>spring-integration-twitter</artifactId>
25-
<version>3.0.0.RELEASE</version>
25+
<version>4.0.3.RELEASE</version>
2626
</dependency>
2727
</dependencies>
2828

0 commit comments

Comments
 (0)