diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index c2a8896696..55a791f313 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -433,7 +433,7 @@ - (1.7,) + (1.8,) main.basedir @@ -646,7 +646,7 @@ - (1.7,1.8) + (1.8,1.9) @@ -675,7 +675,7 @@ - (1.7,1.8) + (1.8,1.9) diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/static/css/application.css b/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/static/css/application.css index 6b066803d0..1f83e00900 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/static/css/application.css +++ b/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/static/css/application.css @@ -1,5 +1,5 @@ h1 { - color: blue; + color: green; } .content {