Skip to content

Commit 0438c2a

Browse files
authored
Merge pull request #2873 from wiremock/bump-jetty-version
Bump both versions of jetty to the latest versions
2 parents 1a6fde5 + 331c291 commit 0438c2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group = 'org.wiremock'
3333
project.ext {
3434
versions = [
3535
handlebars : '4.3.1',
36-
jetty : '11.0.20',
36+
jetty : '11.0.24',
3737
guava : '33.3.1-jre',
3838
jackson : '2.17.2',
3939
xmlUnit : '2.10.0',

wiremock-jetty12/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ java {
2929

3030
project.ext {
3131
versions = [
32-
jetty : '12.0.8',
32+
jetty : '12.0.14',
3333
junitJupiter : '5.10.2'
3434
]
3535
}

0 commit comments

Comments
 (0)