Update org.eclipse.jetty to 11.0.14

Closes gh-12897
This commit is contained in:
Josh Cummings 2023-03-20 07:35:33 -06:00
parent 8fdb5d250f
commit 31566e6921
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ dependencies {
api "org.assertj:assertj-core:3.23.1"
api "org.bouncycastle:bcpkix-jdk15on:1.70"
api "org.bouncycastle:bcprov-jdk15on:1.70"
api "org.eclipse.jetty:jetty-server:11.0.12"
api "org.eclipse.jetty:jetty-servlet:11.0.12"
api "org.eclipse.jetty:jetty-server:11.0.14"
api "org.eclipse.jetty:jetty-servlet:11.0.14"
api "jakarta.persistence:jakarta.persistence-api:3.1.0"
api "org.hamcrest:hamcrest:2.2"
api "org.hibernate.orm:hibernate-core:6.1.5.Final"