Update org.eclipse.jetty to 11.0.9

Closes gh-11248
This commit is contained in:
Steve Riesenberg 2022-05-16 10:32:20 -05:00
parent 736820a8b0
commit 0653f50a7b
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ dependencies {
api "org.assertj:assertj-core:3.22.0"
api "org.bouncycastle:bcpkix-jdk15on:1.70"
api "org.bouncycastle:bcprov-jdk15on:1.70"
api "org.eclipse.jetty:jetty-server:11.0.8"
api "org.eclipse.jetty:jetty-servlet:11.0.8"
api "org.eclipse.jetty:jetty-server:11.0.9"
api "org.eclipse.jetty:jetty-servlet:11.0.9"
api "jakarta.persistence:jakarta.persistence-api:3.1.0"
api "org.hamcrest:hamcrest:2.2"
api "org.hibernate:hibernate-core-jakarta:5.6.7.Final"