Skip to content

Commit 58b7990

Browse files
chore(deps): bump org.eclipse.jetty:jetty-servlet
Bumps org.eclipse.jetty:jetty-servlet from 11.0.25 to 11.0.26. --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-servlet dependency-version: 11.0.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c5786d commit 58b7990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ dependencies {
9898
implementation "io.modelcontextprotocol.sdk:mcp"
9999
implementation "jakarta.servlet:jakarta.servlet-api:6.1.0"
100100
// Add Jetty for embedded servlet support
101-
implementation "org.eclipse.jetty:jetty-server:11.0.25"
102-
implementation "org.eclipse.jetty:jetty-servlet:11.0.25"
101+
implementation "org.eclipse.jetty:jetty-server:11.0.26"
102+
implementation "org.eclipse.jetty:jetty-servlet:11.0.26"
103103

104104
// Force Jackson 2.17.0 to be compatible with MCP SDK v0.11.1
105105
implementation "com.fasterxml.jackson.core:jackson-core:2.19.2"

0 commit comments

Comments
 (0)