Update org.eclipse.jetty to 11.0.16

Closes gh-13833
This commit is contained in:
Steve Riesenberg 2023-09-15 11:54:23 -05:00
parent 45d5e0592f
commit bcd334ff92
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521

View File

@ -50,8 +50,8 @@ dependencies {
api "org.assertj:assertj-core:3.24.2"
api "org.bouncycastle:bcpkix-jdk15on:1.70"
api "org.bouncycastle:bcprov-jdk15on:1.70"
api "org.eclipse.jetty:jetty-server:11.0.15"
api "org.eclipse.jetty:jetty-servlet:11.0.15"
api "org.eclipse.jetty:jetty-server:11.0.16"
api "org.eclipse.jetty:jetty-servlet:11.0.16"
api "jakarta.persistence:jakarta.persistence-api:3.1.0"
api "org.hamcrest:hamcrest:2.2"
api "org.hibernate.orm:hibernate-core:6.3.0.CR1"