File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 62
62
<spring .version>3.2.3</spring .version>
63
63
<sdr .version>3.2.3</sdr .version>
64
64
<jedis .version>5.0.2</jedis .version>
65
- <cdi >1.0 </cdi >
65
+ <cdi >2.0-PFD </cdi >
66
66
<auto-service .version>1.1.1</auto-service .version>
67
67
<testcontainers .redis.version>2.2.0</testcontainers .redis.version>
68
68
<testcontainers .redis.junit.version>2.2.0</testcontainers .redis.junit.version>
69
69
<guava .version>33.0.0-jre</guava .version>
70
70
<ulid .version>5.2.3</ulid .version>
71
- <lombok .version>1.18.30 </lombok .version>
71
+ <lombok .version>1.18.32 </lombok .version>
72
72
<commons-lang .version>3.13.0</commons-lang .version>
73
73
<javapoet .version>1.13.0</javapoet .version>
74
74
<assertj .version>3.25.3</assertj .version>
123
123
<enabled >false</enabled >
124
124
</releases >
125
125
</repository >
126
+ <repository >
127
+ <id >maven-central</id >
128
+ <url >https://repo.maven.apache.org/maven2/</url >
129
+ </repository >
126
130
</repositories >
127
131
128
132
<distributionManagement >
252
256
<dependency >
253
257
<groupId >org.testcontainers</groupId >
254
258
<artifactId >junit-jupiter</artifactId >
255
- <version >1.19.3 </version >
259
+ <version >1.19.7 </version >
256
260
<scope >test</scope >
257
261
</dependency >
258
262
</dependencies >
262
266
<plugin >
263
267
<groupId >org.jacoco</groupId >
264
268
<artifactId >jacoco-maven-plugin</artifactId >
265
- <version >0.8.9 </version >
269
+ <version >0.8.12 </version >
266
270
<executions >
267
271
<execution >
268
272
<goals >
You can’t perform that action at this time.
0 commit comments