Skip to content

Commit 2efb5ac

Browse files
authored
fix: vector bump for spark 3.5.6 (#1153)
1 parent ab75d68 commit 2efb5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-k8s/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2
3131
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3232
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
33-
"vector": "0.46.1",
33+
"vector": "0.47.0",
3434
"jmx_exporter": "1.2.0",
3535
"tini": "0.19.0",
3636
"hbase_connector": "1.0.1",

0 commit comments

Comments
 (0)