Upgrade to Jersey 3.1.6

Closes gh-40284
This commit is contained in:
Andy Wilkinson
2024-04-10 10:27:52 +01:00
parent 500c449cab
commit d18f36ee81
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ dependencies {
api("org.glassfish.jersey.core:jersey-server")
api("org.glassfish.jersey.ext:jersey-bean-validation") {
exclude group: "jakarta.el", module: "jakarta.el-api"
exclude group: "org.glassfish", module: "jakarta.el"
}
api("org.glassfish.jersey.ext:jersey-spring6")
api("org.glassfish.jersey.media:jersey-media-json-jackson")