Skip to content

Commit 996362e

Browse files
minor: update fuzz dependency (#1357)
## Which issue does this PR close? Closes #. ## Rationale for this change fuzz comet dependency version was hardcoded ## What changes are included in this PR? changed to `project.version` ## How are these changes tested? existing test
1 parent 478672b commit 996362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ under the License.
5454
<dependency>
5555
<groupId>org.apache.datafusion</groupId>
5656
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
57-
<version>0.6.0-SNAPSHOT</version>
57+
<version>${project.version}</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.rogach</groupId>

0 commit comments

Comments
 (0)