Skip to content

Commit d42ad90

Browse files
Bump the dependencies group in /mcp-server with 2 updates (#67)
Bumps the dependencies group in /mcp-server with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.springframework.ai:spring-ai-bom](https://github.com/spring-projects/spring-ai). Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.springframework.ai:spring-ai-bom` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.springframework.ai:spring-ai-bom dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
1 parent da9a959 commit d42ad90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp-server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
mavenCentral()
2020
}
2121

22-
val springAiVersion = "1.0.2"
22+
val springAiVersion = "1.0.3"
2323

2424
dependencies {
2525
implementation("org.springframework.ai:spring-ai-starter-mcp-server-webflux")
@@ -28,7 +28,7 @@ dependencies {
2828

2929
testImplementation("org.springframework.boot:spring-boot-starter-test")
3030

31-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
31+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
3232
testImplementation("org.junit.jupiter:junit-jupiter")
3333
testImplementation("org.junit.jupiter:junit-jupiter-params")
3434
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)