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 114114 <maven .compiler.target>17</maven .compiler.target>
115115
116116 <!-- production dependencies -->
117- <spring-boot .version>3.2.4-SNAPSHOT </spring-boot .version>
117+ <spring-boot .version>3.2.4</spring-boot .version>
118118 <spring-framework .version>6.1.4</spring-framework .version>
119119 <stringtemplate .version>4.0.2</stringtemplate .version>
120120 <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 304304 <dependency >
305305 <groupId >com.redis</groupId >
306306 <artifactId >testcontainers-redis</artifactId >
307- <version >2.0.1 </version >
307+ <version >2.2.0 </version >
308308 <scope >test</scope >
309309 </dependency >
310310
329329 <dependency >
330330 <groupId >org.testcontainers</groupId >
331331 <artifactId >elasticsearch</artifactId >
332- <version >${testcontainers.version} </version >
333332 <scope >test</scope >
334333 </dependency >
335334
Original file line number Diff line number Diff line change 156156 <dependency >
157157 <groupId >com.redis</groupId >
158158 <artifactId >testcontainers-redis</artifactId >
159- <version >2.0.1 </version >
159+ <version >2.2.0 </version >
160160 <optional >true</optional >
161161 </dependency >
162162
Original file line number Diff line number Diff line change 6969 <dependency >
7070 <groupId >org.testcontainers</groupId >
7171 <artifactId >junit-jupiter</artifactId >
72- <version >${testcontainers.version} </version >
7372 <scope >test</scope >
7473 </dependency >
7574
Original file line number Diff line number Diff line change 2121 </scm >
2222
2323 <properties >
24- <testcontainers-redis .version>2.0.1 </testcontainers-redis .version>
24+ <testcontainers-redis .version>2.2.0 </testcontainers-redis .version>
2525 <jedis .version>5.1.0</jedis .version>
2626 <maven .compiler.target>17</maven .compiler.target>
2727 <maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments