Skip to content

Commit 72974d1

Browse files
Bump org.junit:junit-bom in /mcp-server in the dependencies group (#72)
Bumps the dependencies group in /mcp-server with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 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 b4b44e6 commit 72974d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

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

31-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
31+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
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)