diff --git a/examples/UDF-Examples/Spark-cuSpatial/gpu-run.sh b/examples/UDF-Examples/Spark-cuSpatial/gpu-run.sh
index e1d3a4a7f..c79947967 100755
--- a/examples/UDF-Examples/Spark-cuSpatial/gpu-run.sh
+++ b/examples/UDF-Examples/Spark-cuSpatial/gpu-run.sh
@@ -31,7 +31,7 @@ rm -rf $DATA_OUT_PATH
# the path to keep the jars of spark-rapids & spark-cuspatial
JARS=$ROOT_PATH/jars
-JARS_PATH=${JARS_PATH:-$JARS/rapids-4-spark_2.12-23.06.0-SNAPSHOT.jar,$JARS/spark-cuspatial-23.06.0.jar}
+JARS_PATH=${JARS_PATH:-$JARS/rapids-4-spark_2.12-23.02.0.jar,$JARS/spark-cuspatial-23.02.0.jar}
$SPARK_HOME/bin/spark-submit --master spark://$HOSTNAME:7077 \
--name "Gpu Spatial Join UDF" \
diff --git a/examples/UDF-Examples/Spark-cuSpatial/pom.xml b/examples/UDF-Examples/Spark-cuSpatial/pom.xml
index 2048bb6f1..324236e27 100644
--- a/examples/UDF-Examples/Spark-cuSpatial/pom.xml
+++ b/examples/UDF-Examples/Spark-cuSpatial/pom.xml
@@ -24,13 +24,13 @@
UDF of the cuSpatial case for the RAPIDS Accelerator
The RAPIDS accelerated user defined function of the cuSpatial case
for use with the RAPIDS Accelerator for Apache Spark
- 23.06.0
+ 23.02.0
1.8
1.8
8
- 23.06.0
+ 23.02.0
2.12
3.2.0
${project.build.directory}/cpp-build