Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ vertx-core/4.5.14//vertx-core-4.5.14.jar
vertx-web-client/4.5.14//vertx-web-client-4.5.14.jar
vertx-web-common/4.5.14//vertx-web-common-4.5.14.jar
wildfly-openssl/2.2.5.Final//wildfly-openssl-2.2.5.Final.jar
xbean-asm9-shaded/4.27//xbean-asm9-shaded-4.27.jar
xbean-asm9-shaded/4.28//xbean-asm9-shaded-4.28.jar
xmlschema-core/2.3.1//xmlschema-core-2.3.1.jar
xz/1.10//xz-1.10.jar
zjsonpatch/7.4.0//zjsonpatch-7.4.0.jar
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<maven.version>3.9.11</maven.version>
<exec-maven-plugin.version>3.6.1</exec-maven-plugin.version>
<sbt.project.name>spark</sbt.project.name>
<asm.version>9.8</asm.version>
<asm.version>9.9</asm.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j.version>2.24.3</log4j.version>
<!-- make sure to update IsolatedClientLoader whenever this version is changed -->
Expand Down Expand Up @@ -539,7 +539,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
<version>4.27</version>
<version>4.28</version>
</dependency>

<!-- Shaded deps marked as provided. These are promoted to compile scope
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

libraryDependencies += "org.ow2.asm" % "asm" % "9.8"
libraryDependencies += "org.ow2.asm" % "asm" % "9.9"

libraryDependencies += "org.ow2.asm" % "asm-commons" % "9.8"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "9.9"

addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")

Expand Down