From 096d105fd2f5335568183cf05a51da6c6531d4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:18:25 +0000 Subject: [PATCH] deps: bump the maven-minor-patch group across 1 directory with 8 updates Bumps the maven-minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.modelcontextprotocol.sdk:mcp-bom](https://github.com/modelcontextprotocol/java-sdk) | `2.0.0` | `2.0.1` | | [org.apache.maven.plugins:maven-help-plugin](https://github.com/apache/maven-help-plugin) | `3.5.1` | `3.5.2` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.7.0` | `3.10.0` | | org.eclipse.jetty.ee10:jetty-ee10-servlet | `12.1.10` | `12.1.12` | | [org.springframework.security:spring-security-oauth2-resource-server](https://github.com/spring-projects/spring-security) | `7.1.0` | `7.1.1` | | [org.springframework.security:spring-security-config](https://github.com/spring-projects/spring-security) | `7.1.0` | `7.1.1` | | [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) | `7.0.8` | `7.0.9` | | [org.springframework.ai:mcp-spring-webmvc](https://github.com/spring-projects/spring-ai) | `2.0.0` | `2.0.1` | Updates `io.modelcontextprotocol.sdk:mcp-bom` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/java-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/modelcontextprotocol/java-sdk/compare/v2.0.0...v2.0.1) Updates `org.apache.maven.plugins:maven-help-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-help-plugin/releases) - [Commits](https://github.com/apache/maven-help-plugin/compare/maven-help-plugin-3.5.1...maven-help-plugin-3.5.2) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.7.0 to 3.10.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/3.7.0...maven/3.10.0) Updates `org.eclipse.jetty.ee10:jetty-ee10-servlet` from 12.1.10 to 12.1.12 Updates `org.springframework.security:spring-security-oauth2-resource-server` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/7.1.0...7.1.1) Updates `org.springframework.security:spring-security-config` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/7.1.0...7.1.1) Updates `org.springframework:spring-webmvc` from 7.0.8 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9) Updates `org.springframework.ai:mcp-spring-webmvc` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Changelog](https://github.com/spring-projects/spring-ai/blob/main/release-train-settings.xml) - [Commits](https://github.com/spring-projects/spring-ai/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: io.modelcontextprotocol.sdk:mcp-bom dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-help-plugin dependency-version: 3.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-servlet dependency-version: 12.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.springframework.security:spring-security-oauth2-resource-server dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.springframework.security:spring-security-config dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.springframework:spring-webmvc dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.springframework.ai:mcp-spring-webmvc dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] --- mcp/pom.xml | 2 +- pom.xml | 6 +++--- spring/pom.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mcp/pom.xml b/mcp/pom.xml index 865efe9..60a172d 100644 --- a/mcp/pom.xml +++ b/mcp/pom.xml @@ -55,7 +55,7 @@ org.eclipse.jetty.ee10 jetty-ee10-servlet - 12.1.10 + 12.1.12 true diff --git a/pom.xml b/pom.xml index dbf25a1..bc968b1 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ io.modelcontextprotocol.sdk mcp-bom - 2.0.0 + 2.0.1 pom import @@ -150,7 +150,7 @@ org.apache.maven.plugins maven-help-plugin - 3.5.1 + 3.5.2