Skip to content

Commit 9b4e3cf

Browse files
committed
DBZ-8992 Bump langchain4j version
Add also langchain4j unstable version. With the first stable release the versioning schema seems to changed. Stable artifacts have version `X.Y.Z`, which unstable have `X.Y.Z-betaW`.
1 parent 9c1009a commit 9b4e3cf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

debezium-bom/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
<version.kubernetes.client>6.13.4</version.kubernetes.client>
5959

6060
<!-- Debezium AI -->
61-
<version.langchain4j>1.0.0-beta2</version.langchain4j>
61+
<version.langchain4j>1.0.1</version.langchain4j>
62+
<version.langchain4j.unstable>1.0.1-beta6</version.langchain4j.unstable>
6263

6364
<!-- Testing -->
6465
<version.junit>4.13.1</version.junit>
@@ -575,22 +576,22 @@
575576
<dependency>
576577
<groupId>dev.langchain4j</groupId>
577578
<artifactId>langchain4j-embeddings-all-minilm-l6-v2</artifactId>
578-
<version>${version.langchain4j}</version>
579+
<version>${version.langchain4j.unstable}</version>
579580
</dependency>
580581
<dependency>
581582
<groupId>dev.langchain4j</groupId>
582583
<artifactId>langchain4j-hugging-face</artifactId>
583-
<version>${version.langchain4j}</version>
584+
<version>${version.langchain4j.unstable}</version>
584585
</dependency>
585586
<dependency>
586587
<groupId>dev.langchain4j</groupId>
587588
<artifactId>langchain4j-ollama</artifactId>
588-
<version>${version.langchain4j}</version>
589+
<version>${version.langchain4j.unstable}</version>
589590
</dependency>
590591
<dependency>
591592
<groupId>dev.langchain4j</groupId>
592593
<artifactId>langchain4j-voyage-ai</artifactId>
593-
<version>${version.langchain4j}</version>
594+
<version>${version.langchain4j.unstable}</version>
594595
</dependency>
595596

596597
<!-- Testing utilities -->

0 commit comments

Comments
 (0)