Skip to content

Commit b0111c9

Browse files
committed
Fix testLatestDeps
1 parent fcea207 commit b0111c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/spring/spring-rabbit-1.0/javaagent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dependencies {
2121
testLibrary("org.springframework.amqp:spring-rabbit:2.1.7.RELEASE")
2222
testLibrary("org.springframework.boot:spring-boot-starter-test:1.5.22.RELEASE")
2323
testLibrary("org.springframework.boot:spring-boot-starter:1.5.22.RELEASE")
24+
// spring-retry is required by org.springframework.amqp:spring-rabbit:4.0.0
25+
testLibrary("org.springframework.retry:spring-retry")
2426
}
2527

2628
tasks {

0 commit comments

Comments
 (0)