Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-bom from 9.4.56.v20240826 to 12.0.16
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.56.v20240826 to 12.0.16.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.56.v20240826...jetty-12.0.16)

---
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 Dec 11, 2024
1 parent fcfeb7f commit f82ec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cradle-admin-tool-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
implementation project(':cradle-admin-tool-core')
implementation platform('org.eclipse.jetty:jetty-bom:9.4.56.v20240826')
implementation platform('org.eclipse.jetty:jetty-bom:12.0.16')
implementation("com.exactpro.th2:common:$commonVersion") {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
Expand Down

0 comments on commit f82ec9b

Please sign in to comment.