Skip to content

Commit 1f7e099

Browse files
committed
fix: upgrade com.google.protobuf:protobuf-java from 3.22.0 to 3.25.8
Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.22.0 to 3.25.8. See this package in maven: com.google.protobuf:protobuf-java See this project in Snyk: https://app.snyk.io/org/shanxuecheng/project/f1a389b5-f8c2-49e2-ae82-c2c1fd0886fb?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent f29502a commit 1f7e099

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<protobuf.hadoopDependency.version>2.5.0</protobuf.hadoopDependency.version>
125125
<!-- Actual Protobuf version in Spark modules like Spark Connect, protobuf connector, etc. -->
126126
<!-- SPARK-41247: When updating `protobuf.version`, also need to update `protoVersion` in `SparkBuild.scala` -->
127-
<protobuf.version>3.22.0</protobuf.version>
127+
<protobuf.version>3.25.8</protobuf.version>
128128
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
129129
<yarn.version>${hadoop.version}</yarn.version>
130130
<zookeeper.version>3.6.3</zookeeper.version>
@@ -231,8 +231,8 @@
231231

232232
<!-- Some UI tests require Chrome and Chrome driver installed so those tests are disabled by default. -->
233233
<test.default.exclude.tags>org.apache.spark.tags.ChromeUITest</test.default.exclude.tags>
234-
<test.exclude.tags></test.exclude.tags>
235-
<test.include.tags></test.include.tags>
234+
<test.exclude.tags/>
235+
<test.include.tags/>
236236

237237
<test.jdwp.address>localhost:0</test.jdwp.address>
238238
<test.jdwp.suspend>y</test.jdwp.suspend>
@@ -297,7 +297,7 @@
297297
things breaking.
298298
-->
299299
<spark.test.home>${session.executionRootDirectory}</spark.test.home>
300-
<spark.test.webdriver.chrome.driver></spark.test.webdriver.chrome.driver>
300+
<spark.test.webdriver.chrome.driver/>
301301
<spark.test.docker.keepContainer>false</spark.test.docker.keepContainer>
302302
<spark.test.docker.removePulledImage>true</spark.test.docker.removePulledImage>
303303

@@ -3369,7 +3369,7 @@
33693369
</goals>
33703370
<configuration>
33713371
<target>
3372-
<mkdir dir="${project.build.directory}/tmp" />
3372+
<mkdir dir="${project.build.directory}/tmp"/>
33733373
</target>
33743374
</configuration>
33753375
</execution>
@@ -3770,7 +3770,7 @@
37703770
</goals>
37713771
</pluginExecutionFilter>
37723772
<action>
3773-
<ignore></ignore>
3773+
<ignore/>
37743774
</action>
37753775
</pluginExecution>
37763776
<pluginExecution>
@@ -3783,7 +3783,7 @@
37833783
</goals>
37843784
</pluginExecutionFilter>
37853785
<action>
3786-
<ignore></ignore>
3786+
<ignore/>
37873787
</action>
37883788
</pluginExecution>
37893789
<pluginExecution>
@@ -3796,7 +3796,7 @@
37963796
</goals>
37973797
</pluginExecutionFilter>
37983798
<action>
3799-
<ignore></ignore>
3799+
<ignore/>
38003800
</action>
38013801
</pluginExecution>
38023802
</pluginExecutions>

0 commit comments

Comments
 (0)