Compare commits

..

No commits in common. "renovate/master-spring-amqp" and "master" have entirely different histories.

View File

@ -64,7 +64,7 @@ dependencies {
exclude("org.springframework.boot:spring-boot-starter-tomcat:3.0.4")
}
testImplementation("com.iqser.red.commons:test-commons:2.1.0")
testImplementation("org.springframework.amqp:spring-rabbit-test:3.2.2")
testImplementation("org.springframework.amqp:spring-rabbit-test:3.0.6")
}
tasks.named<BootBuildImage>("bootBuildImage") {