Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-server from 11.0.15 to 11.0.19
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.jetty:jetty-server](https://github.com/jetty/jetty.project) from 11.0.15 to 11.0.19.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.15...jetty-11.0.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent fc2b97c commit 85a68ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation("de.otto.edison:edison-testsupport:${edisonrelease}")

// workaround to make spring boot test work, which depends on jakarta 6
testImplementation("org.eclipse.jetty:jetty-server:11.0.15")
testImplementation("org.eclipse.jetty:jetty-server:11.0.19")
testImplementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
}

Expand Down

0 comments on commit 85a68ea

Please sign in to comment.