diff --git a/docs/src/reference/asciidoc/getting-started.adoc b/docs/src/reference/asciidoc/getting-started.adoc index bf145fdb..a6ad91e8 100644 --- a/docs/src/reference/asciidoc/getting-started.adoc +++ b/docs/src/reference/asciidoc/getting-started.adoc @@ -9,9 +9,9 @@ core principles as we go. == System Requirements Spring Statemachine {revnumber} is built and tested with -JDK 7 and Spring Framework {spring-version} and doesn't -require any other dependencies outside of Spring Framework -within its core system. +JDK 8(all artifacts have JDK 7 compatibility) and Spring +Framework {spring-version} and doesn't require any other +dependencies outside of Spring Framework within its core system. Other optional parts like <> has dependencies to a `Zookeeper`, while <> has dependencies @@ -48,7 +48,7 @@ buildscript { maven { url "http://repo.spring.io/libs-release" } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.3.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.5.RELEASE") } } @@ -69,7 +69,7 @@ repositories { dependencies { compile("org.springframework.statemachine:spring-statemachine-core:1.0.0.BUILD-SNAPSHOT") - compile("org.springframework.boot:spring-boot-starter:1.2.3.RELEASE") + compile("org.springframework.boot:spring-boot-starter:1.2.5.RELEASE") testCompile("org.springframework.statemachine:spring-statemachine-test:1.0.0.BUILD-SNAPSHOT") } @@ -111,7 +111,7 @@ Here is a typical `pom.xml` file: org.springframework.boot spring-boot-starter-parent - 1.2.3.RELEASE + 1.2.5.RELEASE diff --git a/gradle.properties b/gradle.properties index 2662092a..2eddf97c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ version=1.0.0.BUILD-SNAPSHOT -springVersion = 4.1.6.RELEASE +springVersion = 4.1.7.RELEASE springSecurityVersion = 4.0.2.RELEASE -springBootVersion = 1.2.1.RELEASE +springBootVersion = 1.2.5.RELEASE springSessionVersion = 1.0.1.RELEASE curatorVersion = 2.6.0 kryoVersion = 2.22