Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent ac474fa commit b4d28c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal-remote-data-encoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

// Jetty 10+ brings a non-production ready slf4j that doesn't work with released logback.
// It also require Java 11+. That's why we stay on Jetty 9. It's for tests only anyway.
testImplementation(platform("org.eclipse.jetty:jetty-bom:9.4.51.v20230217"))
testImplementation(platform("org.eclipse.jetty:jetty-bom:12.0.1"))
testImplementation ("org.eclipse.jetty:jetty-server")
testImplementation ("org.eclipse.jetty:jetty-servlet")
}
Expand Down

0 comments on commit b4d28c1

Please sign in to comment.