Skip to content

Commit 8fa675b

Browse files
eddumelendeztzolov
authored andcommitted
Update spring boot version to 3.2.4
1 parent 077a94a commit 8fa675b

File tree

15 files changed

+1
-35
lines changed

15 files changed

+1
-35
lines changed

document-readers/pdf-reader/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<dependency>
5656
<groupId>org.testcontainers</groupId>
5757
<artifactId>junit-jupiter</artifactId>
58-
<version>${testcontainers.version}</version>
5958
<scope>test</scope>
6059
</dependency>
6160

models/spring-ai-ollama/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<dependency>
7272
<groupId>org.testcontainers</groupId>
7373
<artifactId>junit-jupiter</artifactId>
74-
<version>${testcontainers.version}</version>
7574
<scope>test</scope>
7675
</dependency>
7776
</dependencies>

models/spring-ai-postgresml/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@
5454
<dependency>
5555
<groupId>org.testcontainers</groupId>
5656
<artifactId>junit-jupiter</artifactId>
57-
<version>${testcontainers.version}</version>
5857
<scope>test</scope>
5958
</dependency>
6059

6160
<dependency>
6261
<groupId>org.testcontainers</groupId>
6362
<artifactId>postgresql</artifactId>
64-
<version>${testcontainers.version}</version>
6563
<scope>test</scope>
6664
</dependency>
6765

models/spring-ai-transformers/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
<dependency>
8383
<groupId>org.testcontainers</groupId>
8484
<artifactId>junit-jupiter</artifactId>
85-
<version>${testcontainers.version}</version>
8685
<scope>test</scope>
8786
</dependency>
8887

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<maven.compiler.target>17</maven.compiler.target>
115115

116116
<!-- production dependencies -->
117-
<spring-boot.version>3.2.3</spring-boot.version>
117+
<spring-boot.version>3.2.4-SNAPSHOT</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>
@@ -143,9 +143,6 @@
143143
<weaviate-client.version>4.5.1</weaviate-client.version>
144144
<qdrant.version>1.7.1</qdrant.version>
145145

146-
<!-- testing dependencies -->
147-
<testcontainers.version>1.19.7</testcontainers.version>
148-
149146
<!-- documentation dependencies -->
150147
<io.spring.maven.antora-version>0.0.4</io.spring.maven.antora-version>
151148
<asciidoctorj-pdf.version>1.6.2</asciidoctorj-pdf.version> <!-- FIXME build failure with version 2.3.9 -->

spring-ai-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,21 +286,18 @@
286286
<dependency>
287287
<groupId>org.testcontainers</groupId>
288288
<artifactId>testcontainers</artifactId>
289-
<version>${testcontainers.version}</version>
290289
<scope>test</scope>
291290
</dependency>
292291

293292
<dependency>
294293
<groupId>org.testcontainers</groupId>
295294
<artifactId>postgresql</artifactId>
296-
<version>${testcontainers.version}</version>
297295
<scope>test</scope>
298296
</dependency>
299297

300298
<dependency>
301299
<groupId>org.testcontainers</groupId>
302300
<artifactId>junit-jupiter</artifactId>
303-
<version>${testcontainers.version}</version>
304301
<scope>test</scope>
305302
</dependency>
306303

@@ -320,14 +317,12 @@
320317
<dependency>
321318
<groupId>org.testcontainers</groupId>
322319
<artifactId>neo4j</artifactId>
323-
<version>${testcontainers.version}</version>
324320
<scope>test</scope>
325321
</dependency>
326322

327323
<dependency>
328324
<groupId>org.testcontainers</groupId>
329325
<artifactId>qdrant</artifactId>
330-
<version>${testcontainers.version}</version>
331326
<scope>test</scope>
332327
</dependency>
333328

spring-ai-spring-boot-testcontainers/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,12 @@
143143
<dependency>
144144
<groupId>org.testcontainers</groupId>
145145
<artifactId>testcontainers</artifactId>
146-
<version>${testcontainers.version}</version>
147146
<optional>true</optional>
148147
</dependency>
149148

150149
<dependency>
151150
<groupId>org.testcontainers</groupId>
152151
<artifactId>junit-jupiter</artifactId>
153-
<version>${testcontainers.version}</version>
154152
<scope>test</scope>
155153
</dependency>
156154

@@ -169,35 +167,30 @@
169167
<dependency>
170168
<groupId>org.testcontainers</groupId>
171169
<artifactId>qdrant</artifactId>
172-
<version>${testcontainers.version}</version>
173170
<optional>true</optional>
174171
</dependency>
175172

176173
<dependency>
177174
<groupId>org.testcontainers</groupId>
178175
<artifactId>weaviate</artifactId>
179-
<version>${testcontainers.version}</version>
180176
<optional>true</optional>
181177
</dependency>
182178

183179
<dependency>
184180
<groupId>org.testcontainers</groupId>
185181
<artifactId>chromadb</artifactId>
186-
<version>${testcontainers.version}</version>
187182
<optional>true</optional>
188183
</dependency>
189184

190185
<dependency>
191186
<groupId>org.testcontainers</groupId>
192187
<artifactId>milvus</artifactId>
193-
<version>${testcontainers.version}</version>
194188
<optional>true</optional>
195189
</dependency>
196190

197191
<dependency>
198192
<groupId>org.testcontainers</groupId>
199193
<artifactId>ollama</artifactId>
200-
<version>${testcontainers.version}</version>
201194
<optional>true</optional>
202195
</dependency>
203196

vector-stores/spring-ai-chroma/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@
4949
<dependency>
5050
<groupId>org.testcontainers</groupId>
5151
<artifactId>chromadb</artifactId>
52-
<version>${testcontainers.version}</version>
5352
<scope>test</scope>
5453
</dependency>
5554

5655
<dependency>
5756
<groupId>org.testcontainers</groupId>
5857
<artifactId>junit-jupiter</artifactId>
59-
<version>${testcontainers.version}</version>
6058
<scope>test</scope>
6159
</dependency>
6260

vector-stores/spring-ai-milvus-store/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@
6565
<dependency>
6666
<groupId>org.testcontainers</groupId>
6767
<artifactId>milvus</artifactId>
68-
<version>${testcontainers.version}</version>
6968
<scope>test</scope>
7069
</dependency>
7170

7271
<dependency>
7372
<groupId>org.testcontainers</groupId>
7473
<artifactId>junit-jupiter</artifactId>
75-
<version>${testcontainers.version}</version>
7674
<scope>test</scope>
7775
</dependency>
7876

vector-stores/spring-ai-mongodb-atlas-store/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<dependency>
5353
<groupId>org.testcontainers</groupId>
5454
<artifactId>junit-jupiter</artifactId>
55-
<version>${testcontainers.version}</version>
5655
<scope>test</scope>
5756
</dependency>
5857
</dependencies>

0 commit comments

Comments
 (0)