Skip to content

Commit baf8bbe

Browse files
committed
Update dependencies to langchain4j version 1.7.1-beta14
1 parent ef4221b commit baf8bbe

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

gpullama3.java-example/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.langchain4j</groupId>
99
<artifactId>langchain4j-examples</artifactId>
10-
<version>1.4.0-beta10</version>
10+
<version>1.7.1-beta14</version>
1111
</parent>
1212

1313
<artifactId>gpullama3.java-example</artifactId>
@@ -16,7 +16,7 @@
1616
<maven.compiler.source>21</maven.compiler.source>
1717
<maven.compiler.target>21</maven.compiler.target>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<langchain4j.version>1.5.0-SNAPSHOT</langchain4j.version>
19+
<langchain4j.version>1.7.1</langchain4j.version>
2020
</properties>
2121

2222
<build>
@@ -45,18 +45,12 @@
4545
<dependency>
4646
<groupId>dev.langchain4j</groupId>
4747
<artifactId>langchain4j-gpu-llama3</artifactId>
48-
<version>1.5.0-SNAPSHOT</version>
48+
<version>1.7.1-beta14</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>dev.langchain4j</groupId>
5252
<artifactId>langchain4j-gpu-llama3</artifactId>
53-
<version>1.5.0-SNAPSHOT</version>
54-
<scope>compile</scope>
55-
</dependency>
56-
<dependency>
57-
<groupId>dev.langchain4j</groupId>
58-
<artifactId>langchain4j-gpu-llama3</artifactId>
59-
<version>1.5.0-SNAPSHOT</version>
53+
<version>1.7.1-beta14</version>
6054
<scope>compile</scope>
6155
</dependency>
6256
</dependencies>

0 commit comments

Comments
 (0)