Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-server from 11.0.15 to 12.0.3
Browse files Browse the repository at this point in the history
Bumps org.eclipse.jetty:jetty-server from 11.0.15 to 12.0.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent fc2b97c commit 9167739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation("de.otto.edison:edison-testsupport:${edisonrelease}")

// workaround to make spring boot test work, which depends on jakarta 6
testImplementation("org.eclipse.jetty:jetty-server:11.0.15")
testImplementation("org.eclipse.jetty:jetty-server:12.0.3")
testImplementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
}

Expand Down

0 comments on commit 9167739

Please sign in to comment.