Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 830722f

Browse files
authored
Update version in README.md
1 parent d7fa3d8 commit 830722f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This allows you to see the setup for the Spring Boot generation your project is
3737

3838
For completeness, here is what you should follow to configure your project.
3939

40-
> **Note**: Version 2.1.0 is the latest version of the starter. The Wavefront for Spring Boot dependency needs to be compatible with the Spring Boot release version. See [System Requirements](https://docs.wavefront.com/wavefront_springboot.html#versionCompatibility) to get the correct dependency version.
40+
> **Note**: Version 2.1.1 is the latest version of the starter. The Wavefront for Spring Boot dependency needs to be compatible with the Spring Boot release version. See [System Requirements](https://docs.wavefront.com/wavefront_springboot.html#versionCompatibility) to get the correct dependency version.
4141
4242
Configure your project using Maven or Gradle.
4343

@@ -51,7 +51,7 @@ Configure your project using Maven or Gradle.
5151
<dependency>
5252
<groupId>com.wavefront</groupId>
5353
<artifactId>wavefront-spring-boot-bom</artifactId>
54-
<version>2.1.0</version>
54+
<version>2.1.1</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -75,7 +75,7 @@ Configure your project using Maven or Gradle.
7575
```
7676
dependencyManagement {
7777
imports {
78-
mavenBom "com.wavefront:wavefront-spring-boot-bom:2.1.0"
78+
mavenBom "com.wavefront:wavefront-spring-boot-bom:2.1.1"
7979
}
8080
}
8181
```

0 commit comments

Comments
 (0)