Skip to content

Commit f47b40f

Browse files
committed
Use spring-boot-version for dependency versions in Gradle Jetty example
1 parent db8a9ec commit f47b40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ Example in Gradle:
546546
}
547547
548548
dependencies {
549-
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3")
550-
compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3")
549+
compile("org.springframework.boot:spring-boot-starter-web:{spring-boot-version}")
550+
compile("org.springframework.boot:spring-boot-starter-jetty:{spring-boot-version}")
551551
// ...
552552
}
553553
----

0 commit comments

Comments
 (0)