Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 7a5793d

Browse files
committed
docs: Update dependency management version
1 parent 9d90e48 commit 7a5793d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp-docs/src/main/antora/modules/ROOT/pages/dependency-management.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Maven::
2222
<dependency>
2323
<groupId>org.springframework.experimental</groupId>
2424
<artifactId>mcp-bom</artifactId>
25-
<version>0.5.0</version>
25+
<version>0.6.0-SNAPSHOT</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -35,7 +35,7 @@ Gradle::
3535
[source,groovy,indent=0,subs="verbatim,quotes"]
3636
----
3737
dependencies {
38-
implementation platform("org.springframework.experimental:mcp-bom:0.5.0")
38+
implementation platform("org.springframework.experimental:mcp-bom:0.6.0-SNAPSHOT")
3939
//...
4040
}
4141
----

0 commit comments

Comments
 (0)