Update readme

This commit is contained in:
Vedran Pavic
2018-10-25 08:32:25 +02:00
parent d964ca0458
commit d40d52ce41

View File

@@ -13,7 +13,7 @@ With Maven, you need to import the BOM first:
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-bom</artifactId>
<version>Apple-SR5</version>
<version>Apple-SR6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -54,7 +54,7 @@ Then use it to import the BOM:
----
dependencyManagement {
imports {
mavenBom 'org.springframework.session:spring-session-bom:Apple-SR5'
mavenBom 'org.springframework.session:spring-session-bom:Apple-SR6'
}
}
----