Skip to content

Commit d42c1a0

Browse files
committed
Update spring-integration-twitter to 3.0.0.RELEASE
Previous value (2.2.4.RELEASE) causes a runtime exception: - ClassNotFoundException: org.springframework.integration.store.MetadataStore
1 parent 4ba32e7 commit d42c1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complete/build.gradle

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

2626
dependencies {
2727
compile("org.springframework.boot:spring-boot-starter-integration:1.0.0.RC1")
28-
compile("org.springframework.integration:spring-integration-twitter:2.2.4.RELEASE")
28+
compile("org.springframework.integration:spring-integration-twitter:3.0.0.RELEASE")
2929
testCompile("junit:junit:4.11")
3030
}
3131

0 commit comments

Comments
 (0)