Skip to content

Commit 426ed85

Browse files
committed
nits
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 78a5ac1 commit 426ed85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/vortex-spark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ testing {
5656
runtimeOnly(libs.slf4j.simple)
5757
if (scalaVersion == "2.12") {
5858
// Spark 3.5 marks javax.servlet-api as provided; needed at test runtime for MetricsServlet
59-
runtimeOnly("javax.servlet:javax.servlet-api:4.0.1")
59+
runtimeOnly("jakarta.servlet:jakarta.servlet-api:6.1.0")
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)