From 6c8fcb423d00991ad67c8e368756d341780236a9 Mon Sep 17 00:00:00 2001 From: Brian Oxley Date: Wed, 21 Feb 2018 12:35:53 -0600 Subject: [PATCH] Bump to Spring Boot 2.0.0.RC2 Some test seems to hang with Java 9 but not Java 8. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84ea4bc..73d4d14 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.RC1 + 2.0.0.RC2