Browse Source

Upgrade to Jersey 2.34

Closes gh-27266
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
dbc6b87fd4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -856,7 +856,7 @@ bom { @@ -856,7 +856,7 @@ bom {
]
}
}
library("Jersey", "2.33") {
library("Jersey", "2.34") {
prohibit("[3.0.0-M1,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save