diff --git a/java/ci/README.md b/java/ci/README.md
index daf0bedd6c5..595b5b6fee1 100644
--- a/java/ci/README.md
+++ b/java/ci/README.md
@@ -34,7 +34,7 @@ nvidia-docker run -it cudf-build:11.8.0-devel-centos7 bash
You can download the cuDF repo in the docker container or you can mount it into the container.
Here I choose to download again in the container.
```bash
-git clone --recursive https://github.com/rapidsai/cudf.git -b branch-23.04
+git clone --recursive https://github.com/rapidsai/cudf.git -b branch-23.06
```
### Build cuDF jar with devtoolset
@@ -47,4 +47,4 @@ scl enable devtoolset-11 "java/ci/build-in-docker.sh"
### The output
-You can find the cuDF jar in java/target/ like cudf-23.04.0-SNAPSHOT-cuda11.jar.
+You can find the cuDF jar in java/target/ like cudf-23.06.0-SNAPSHOT-cuda11.jar.
diff --git a/java/pom.xml b/java/pom.xml
index 3bdcaea9317..e259830695e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
ai.rapids
cudf
- 23.04.0-SNAPSHOT
+ 23.06.0-SNAPSHOT
cudfjni