From af27f19e633e714552e1bab7722f702286587726 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 31 Aug 2015 13:54:35 +0100 Subject: [PATCH] Update to newer boot and framework versions --- docs/src/reference/asciidoc/getting-started.adoc | 12 ++++++------ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) 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