File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/test/java/com/sivalabs/bookstore Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
63
63
developmentOnly " org.springframework.boot:spring-boot-docker-compose"
64
64
developmentOnly " org.springframework.boot:spring-boot-devtools"
65
65
annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
66
- rewrite " org.openrewrite.recipe:rewrite-spring:6.1.0 "
66
+ rewrite " org.openrewrite.recipe:rewrite-spring:6.5.1 "
67
67
rewrite " org.openrewrite.recipe:rewrite-testing-frameworks:3.2.0"
68
68
rewrite " org.openrewrite.recipe:rewrite-static-analysis:2.2.0"
69
69
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
- ' 5432:5432'
10
10
11
11
rabbitmq :
12
- image : ' rabbitmq:4.0.7 -management'
12
+ image : ' rabbitmq:4.0.9 -management'
13
13
environment :
14
14
- ' RABBITMQ_DEFAULT_USER=guest'
15
15
- ' RABBITMQ_DEFAULT_PASS=guest'
Original file line number Diff line number Diff line change 34
34
spec :
35
35
containers :
36
36
- name : rabbitmq
37
- image : " rabbitmq:4.0.7 -management"
37
+ image : " rabbitmq:4.0.9 -management"
38
38
ports :
39
39
- name : rabbitmq
40
40
containerPort : 5672
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class TestcontainersConfiguration {
18
18
static PostgreSQLContainer <?> postgres = new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17-alpine" ));
19
19
20
20
@ Container
21
- static RabbitMQContainer rabbitmq = new RabbitMQContainer (DockerImageName .parse ("rabbitmq:4.0.7 -alpine" ));
21
+ static RabbitMQContainer rabbitmq = new RabbitMQContainer (DockerImageName .parse ("rabbitmq:4.0.9 -alpine" ));
22
22
23
23
@ Container
24
24
static GenericContainer <?> zipkin =
You can’t perform that action at this time.
0 commit comments