Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-client from 8.1.22.v20160922 to 12.0.9
Browse files Browse the repository at this point in the history
Bumps org.eclipse.jetty:jetty-client from 8.1.22.v20160922 to 12.0.9.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 1f40a45 commit 419f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
implementation ('org.eclipse.jetty:jetty-servlet:8.1.22.v20160922') {
exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet'
}
implementation ('org.eclipse.jetty:jetty-client:8.1.22.v20160922') {
implementation ('org.eclipse.jetty:jetty-client:12.0.9') {
exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet'
}
implementation 'io.sentry:sentry:7.9.0'
Expand Down

0 comments on commit 419f929

Please sign in to comment.