Skip to content

Commit d90552a

Browse files
committed
chore(java-tests): bump docs java client pin to 6.3.0
6.3.0 is the current release; it keeps the java-v6 examples module compiling (text2vec-digitalocean + tokenize APIs) and passes the server-side batching test. Supersedes the 6.2.1 pin from the previous commit.
1 parent c6def0c commit d90552a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456

457457
- name: Clone and build Java client SNAPSHOT
458458
run: |
459-
JAVA_BRANCH="${{ inputs.java_client_branch || '6.2.1' }}"
459+
JAVA_BRANCH="${{ inputs.java_client_branch || '6.3.0' }}"
460460
echo "📦 Building Java client SNAPSHOT from branch: $JAVA_BRANCH"
461461
git clone --depth 1 -b "$JAVA_BRANCH" https://github.com/weaviate/java-client.git /tmp/java-client
462462
cd /tmp/java-client

_includes/code/java-v6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.weaviate</groupId>
3232
<artifactId>client6</artifactId>
33-
<version>6.2.1</version>
33+
<version>6.3.0</version>
3434
</dependency>
3535

3636
<!-- JUnit 5 for testing -->

0 commit comments

Comments
 (0)