Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 9cdff7a commit 6c78e39
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.9"))
testImplementation ("org.eclipse.jetty:jetty-server")
testImplementation ("org.eclipse.jetty:jetty-servlet")
}
Expand Down

0 comments on commit 6c78e39

Please sign in to comment.