diff --git a/ans-sdk-agent-client/examples/mcp-client/build.gradle.kts b/ans-sdk-agent-client/examples/mcp-client/build.gradle.kts index 7e1f8d8..dc854d7 100644 --- a/ans-sdk-agent-client/examples/mcp-client/build.gradle.kts +++ b/ans-sdk-agent-client/examples/mcp-client/build.gradle.kts @@ -6,5 +6,5 @@ application { dependencies { // MCP SDK - implementation("io.modelcontextprotocol.sdk:mcp:2.0.0") + implementation("io.modelcontextprotocol.sdk:mcp:2.0.1") } \ No newline at end of file diff --git a/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts b/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts index 031e6ac..5d7f9ea 100644 --- a/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts +++ b/ans-sdk-agent-client/examples/mcp-server-spring/build.gradle.kts @@ -7,7 +7,7 @@ plugins { application } -val springBootVersion = "4.0.6" +val springBootVersion = "4.1.1" val bouncyCastleVersion: String by project application { @@ -29,7 +29,7 @@ dependencies { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion") // MCP SDK (servlet transport) - implementation("io.modelcontextprotocol.sdk:mcp:2.0.0") + implementation("io.modelcontextprotocol.sdk:mcp:2.0.1") // ANS SDK - agent client includes transparency module transitively implementation(project(":ans-sdk-agent-client")) diff --git a/ans-sdk-spring-boot-starter/build.gradle.kts b/ans-sdk-spring-boot-starter/build.gradle.kts index 2943460..8581a94 100644 --- a/ans-sdk-spring-boot-starter/build.gradle.kts +++ b/ans-sdk-spring-boot-starter/build.gradle.kts @@ -1,7 +1,7 @@ val junitVersion: String by project val assertjVersion: String by project -val springBootVersion = "4.0.6" +val springBootVersion = "4.1.1" dependencies { // ANS SDK modules diff --git a/ans-sdk-spring-boot-starter/examples/spring-boot-app/build.gradle.kts b/ans-sdk-spring-boot-starter/examples/spring-boot-app/build.gradle.kts index 77de089..b7edd7b 100644 --- a/ans-sdk-spring-boot-starter/examples/spring-boot-app/build.gradle.kts +++ b/ans-sdk-spring-boot-starter/examples/spring-boot-app/build.gradle.kts @@ -1,7 +1,7 @@ // Spring Boot Example - demonstrates ANS SDK auto-configuration plugins { - id("org.springframework.boot") version "4.1.0" + id("org.springframework.boot") version "4.1.1" id("io.spring.dependency-management") version "1.1.7" } diff --git a/build.gradle.kts b/build.gradle.kts index f03ddfc..c4d08bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java `java-library` checkstyle - id("org.openapi.generator") version "7.24.0" apply false + id("org.openapi.generator") version "7.25.0" apply false id("com.vanniktech.maven.publish") version "0.37.0" apply false } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index b1b8ef5..eddabd2 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9db115..ad7845b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500