Skip to content

Commit

Permalink
Bump jettyVersion from 11.0.15 to 12.0.5
Browse files Browse the repository at this point in the history
Bumps `jettyVersion` from 11.0.15 to 12.0.5.

Updates `org.eclipse.jetty:jetty-http` from 11.0.15 to 12.0.5

Updates `org.eclipse.jetty:jetty-server` from 11.0.15 to 12.0.5

Updates `org.eclipse.jetty:jetty-util` from 11.0.15 to 12.0.5

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-util
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent ef90244 commit 7cfc901
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 @@ -120,7 +120,7 @@ ext {
hamcrestVersion = "2.2"
jacksonVersion = "2.15.2" // This Jackson is used in the tests.
jupiterVersion = "5.10.1"
jettyVersion = "11.0.15"
jettyVersion = "12.0.5"
servletVersion = "4.0.1"
testcontainersVersion = '1.19.3'
awaitilityVersion = '4.2.0'
Expand Down

0 comments on commit 7cfc901

Please sign in to comment.