spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Update Spring Boot version #60

Open Buzzardo opened 10 months ago

Buzzardo commented 10 months ago

Update the guide to use the most recent Spring Boot version.

To do so, update the Spring Boot version in:

initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml

VikramNagwal commented 10 months ago

What specific changes do I need to make in those files?