Skip to content

Commit 2903f7e

Browse files
committed
Update agentic ai app
1 parent b6eb549 commit 2903f7e

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version" : "v1",
3+
"lastUpdate" : "20/03/2025 07:12:56",
4+
"plugins" : {
5+
"tls" : {
6+
"name" : "tls",
7+
"type" : "extension",
8+
"location" : "io.quarkus:quarkus-tls-registry-cli:3.19.4",
9+
"description" : null,
10+
"inProjectCatalog" : false
11+
}
12+
}
13+
}

scaffolder-templates/agentic-ai-template/skeleton/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.quarkiverse.langchain4j</groupId>
3535
<artifactId>quarkus-langchain4j-mcp</artifactId>
36-
<version>0.26.0</version>
36+
<version>0.26.1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.quarkus</groupId>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>io.quarkiverse.langchain4j</groupId>
7474
<artifactId>quarkus-langchain4j-openai</artifactId>
75-
<version>0.26.0</version>
75+
<version>0.26.1</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>io.quarkus</groupId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.quarkiverse.langchain4j</groupId>
8383
<artifactId>quarkus-langchain4j-ollama</artifactId>
84-
<version>0.26.0</version>
84+
<version>0.26.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)