From c5c45659beafffc8980f33e065fb54ed5be63ce4 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 4 Feb 2019 07:12:02 +0100 Subject: [PATCH] Update readme --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 5cfa02c..84cffb7 100644 --- a/README.adoc +++ b/README.adoc @@ -13,7 +13,7 @@ With Maven, you need to import the BOM first: org.springframework.session spring-session-bom - Apple-SR6 + Apple-SR8 pom import @@ -54,7 +54,7 @@ Then use it to import the BOM: ---- dependencyManagement { imports { - mavenBom 'org.springframework.session:spring-session-bom:Apple-SR6' + mavenBom 'org.springframework.session:spring-session-bom:Apple-SR8' } } ----