Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-bom in /data-prepper-plugins/s3-source
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) from 11.0.17 to 12.0.5.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.17...jetty-12.0.5)

---
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] committed Jan 18, 2024
1 parent 41eab73 commit 0a8a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
testImplementation libs.commons.lang3
testImplementation 'org.wiremock:wiremock:3.3.1'
testImplementation 'org.eclipse.jetty:jetty-bom:11.0.17'
testImplementation 'org.eclipse.jetty:jetty-bom:12.0.5'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
testImplementation testLibs.junit.vintage
testImplementation project(':data-prepper-test-common')
Expand Down

0 comments on commit 0a8a2d5

Please sign in to comment.