Skip to content

Commit 65d1fae

Browse files
authored
Merge pull request #167 from cyberkaida/dependabot/gradle/org.eclipse.jetty-jetty-servlet-11.0.26
chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.25 to 11.0.26
2 parents f4bb994 + 58b7990 commit 65d1fae

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)