Skip to content

Commit 8bfecc2

Browse files
authored
fix incorrect version in spring readme (Azure#28016)
1 parent 5bc550c commit 8bfecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/spring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you’re a Maven user, add our BOM to your pom.xml `<dependencyManagement>` s
137137
<dependency>
138138
<groupId>com.azure.spring</groupId>
139139
<artifactId>spring-cloud-azure-dependencies</artifactId>
140-
<version>4.0.0-beta.2</version>
140+
<version>4.0.0</version>
141141
<type>pom</type>
142142
<scope>import</scope>
143143
</dependency>

0 commit comments

Comments
 (0)