Skip to content

Commit

Permalink
Limit spring-cloud-stream version (#7442)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Dec 17, 2022
1 parent dd7931a commit 1eb0477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies {
latestDepTestLibrary("org.springframework.integration:spring-integration-core:5.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-test:2.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter:2.+")
latestDepTestLibrary("org.springframework.cloud:spring-cloud-stream:3.+")
latestDepTestLibrary("org.springframework.cloud:spring-cloud-stream-binder-rabbit:3.+")
}

tasks {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies {
latestDepTestLibrary("org.springframework.integration:spring-integration-core:5.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-test:2.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter:2.+")
latestDepTestLibrary("org.springframework.cloud:spring-cloud-stream:3.+")
latestDepTestLibrary("org.springframework.cloud:spring-cloud-stream-binder-rabbit:3.+")
}

tasks {
Expand Down

0 comments on commit 1eb0477

Please sign in to comment.