File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ testing {
136
136
implementation(project(project.path))
137
137
138
138
implementation(enforcedPlatform(" org.junit:junit-bom:5.13.1" ))
139
- implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.1 " ))
139
+ implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.2 " ))
140
140
implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.8-jre" ))
141
141
implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.32.5" ))
142
142
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
api(" org.junit-pioneer:junit-pioneer:1.9.1" )
52
52
api(" org.skyscreamer:jsonassert:1.5.3" )
53
53
api(" org.apache.kafka:kafka-clients:4.0.0" )
54
- api(" org.testcontainers:kafka:1.21.1 " )
54
+ api(" org.testcontainers:kafka:1.21.2 " )
55
55
api(" com.lmax:disruptor:3.4.4" )
56
56
api(" org.jctools:jctools-core:4.0.5" )
57
57
api(" tools.profiler:async-profiler:4.0" )
You can’t perform that action at this time.
0 commit comments