Skip to content

Commit 25669b4

Browse files
authored
Merge pull request #2291 from openviglet/dependabot/maven/2025.1/java-4e72068470
Bump the java group with 7 updates
2 parents aa6b713 + 9bdbff7 commit 25669b4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

turing-aem/aem-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.swagger.core.v3</groupId>
4444
<artifactId>swagger-annotations-jakarta</artifactId>
45-
<version>2.2.28</version>
45+
<version>2.2.29</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
<dependency>

turing-app/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<dependency>
291291
<groupId>org.apache.solr</groupId>
292292
<artifactId>solr-solrj</artifactId>
293-
<version>9.8.0</version>
293+
<version>9.8.1</version>
294294
</dependency>
295295
<dependency>
296296
<groupId>org.springframework.security</groupId>
@@ -309,22 +309,22 @@
309309
<dependency>
310310
<groupId>dev.langchain4j</groupId>
311311
<artifactId>langchain4j-chroma</artifactId>
312-
<version>1.0.0-beta1</version>
312+
<version>1.0.0-beta2</version>
313313
</dependency>
314314
<dependency>
315315
<groupId>dev.langchain4j</groupId>
316316
<artifactId>langchain4j-embeddings-all-minilm-l6-v2</artifactId>
317-
<version>1.0.0-beta1</version>
317+
<version>1.0.0-beta2</version>
318318
</dependency>
319319
<dependency>
320320
<groupId>dev.langchain4j</groupId>
321321
<artifactId>langchain4j</artifactId>
322-
<version>1.0.0-beta1</version>
322+
<version>1.0.0-beta2</version>
323323
</dependency>
324324
<dependency>
325325
<groupId>dev.langchain4j</groupId>
326326
<artifactId>langchain4j-ollama</artifactId>
327-
<version>1.0.0-beta1</version>
327+
<version>1.0.0-beta2</version>
328328
</dependency>
329329
<dependency>
330330
<groupId>com.google.code.gson</groupId>

turing-connector/connector-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.swagger.core.v3</groupId>
6161
<artifactId>swagger-annotations-jakarta</artifactId>
62-
<version>2.2.28</version>
62+
<version>2.2.29</version>
6363
<scope>compile</scope>
6464
</dependency>
6565
<dependency>

turing-filesystem/fs-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.springframework</groupId>
8484
<artifactId>spring-web</artifactId>
85-
<version>6.2.3</version>
85+
<version>6.2.4</version>
8686
</dependency>
8787
</dependencies>
8888
</project>

0 commit comments

Comments
 (0)