We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6fde5 + 331c291 commit 0438c2aCopy full SHA for 0438c2a
2 files changed
build.gradle
@@ -33,7 +33,7 @@ group = 'org.wiremock'
33
project.ext {
34
versions = [
35
handlebars : '4.3.1',
36
- jetty : '11.0.20',
+ jetty : '11.0.24',
37
guava : '33.3.1-jre',
38
jackson : '2.17.2',
39
xmlUnit : '2.10.0',
wiremock-jetty12/build.gradle
@@ -29,7 +29,7 @@ java {
29
30
31
32
- jetty : '12.0.8',
+ jetty : '12.0.14',
junitJupiter : '5.10.2'
]
}
0 commit comments