Skip to content

Commit 108bc2e

Browse files
committed
nits
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent fab42fd commit 108bc2e

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
@@ -58,7 +58,7 @@ testing {
5858
runtimeOnly(libs.slf4j.simple)
5959
if (scalaVersion == "2.12") {
6060
// Spark 3.5 marks javax.servlet-api as provided; needed at test runtime for MetricsServlet
61-
runtimeOnly("javax.servlet:javax.servlet-api:4.0.1")
61+
runtimeOnly("jakarta.servlet:jakarta.servlet-api:6.1.0")
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)