File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
spring-ai-spring-boot-autoconfigure
spring-ai-spring-boot-testcontainers
spring-ai-elasticsearch-store Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 114
114
<maven .compiler.target>17</maven .compiler.target>
115
115
116
116
<!-- production dependencies -->
117
- <spring-boot .version>3.2.4-SNAPSHOT </spring-boot .version>
117
+ <spring-boot .version>3.2.4</spring-boot .version>
118
118
<spring-framework .version>6.1.4</spring-framework .version>
119
119
<stringtemplate .version>4.0.2</stringtemplate .version>
120
120
<azure-open-ai-client .version>1.0.0-beta.7</azure-open-ai-client .version>
Original file line number Diff line number Diff line change 304
304
<dependency >
305
305
<groupId >com.redis</groupId >
306
306
<artifactId >testcontainers-redis</artifactId >
307
- <version >2.0.1 </version >
307
+ <version >2.2.0 </version >
308
308
<scope >test</scope >
309
309
</dependency >
310
310
329
329
<dependency >
330
330
<groupId >org.testcontainers</groupId >
331
331
<artifactId >elasticsearch</artifactId >
332
- <version >${testcontainers.version} </version >
333
332
<scope >test</scope >
334
333
</dependency >
335
334
Original file line number Diff line number Diff line change 156
156
<dependency >
157
157
<groupId >com.redis</groupId >
158
158
<artifactId >testcontainers-redis</artifactId >
159
- <version >2.0.1 </version >
159
+ <version >2.2.0 </version >
160
160
<optional >true</optional >
161
161
</dependency >
162
162
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >org.testcontainers</groupId >
71
71
<artifactId >junit-jupiter</artifactId >
72
- <version >${testcontainers.version} </version >
73
72
<scope >test</scope >
74
73
</dependency >
75
74
Original file line number Diff line number Diff line change 21
21
</scm >
22
22
23
23
<properties >
24
- <testcontainers-redis .version>2.0.1 </testcontainers-redis .version>
24
+ <testcontainers-redis .version>2.2.0 </testcontainers-redis .version>
25
25
<jedis .version>5.1.0</jedis .version>
26
26
<maven .compiler.target>17</maven .compiler.target>
27
27
<maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments