Update org.eclipse.jetty to 9.4.44.v20210927

Closes gh-10397
This commit is contained in:
Rob Winch 2021-10-18 13:58:30 -05:00
parent 7cc0c9fb1b
commit ccc1c157a5
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ dependencies {
api "org.assertj:assertj-core:3.21.0"
api "org.bouncycastle:bcpkix-jdk15on:1.69"
api "org.bouncycastle:bcprov-jdk15on:1.69"
api "org.eclipse.jetty:jetty-server:9.4.43.v20210629"
api "org.eclipse.jetty:jetty-servlet:9.4.43.v20210629"
api "org.eclipse.jetty:jetty-server:9.4.44.v20210927"
api "org.eclipse.jetty:jetty-servlet:9.4.44.v20210927"
api "org.eclipse.persistence:javax.persistence:2.2.1"
api "org.hamcrest:hamcrest:2.2"
api "org.hibernate:hibernate-entitymanager:5.5.7.Final"