Skip to content

Commit

Permalink
Upgraded Jetty 12 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Nov 29, 2024
1 parent fe4075f commit 4404d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configurations {
}

dependencies {
implementation platform("org.eclipse.jetty:jetty-bom:12.0.8")
implementation platform("org.eclipse.jetty:jetty-bom:12.0.15")
api "org.wiremock:wiremock-jetty12:${wiremockVersion}"

api "org.springframework.boot:spring-boot-test:3.3.4"
Expand Down

0 comments on commit 4404d37

Please sign in to comment.