From 96cc8dd784f90e0a0b87e1a0253f09fb6ce9b0b4 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Fri, 1 Dec 2023 15:39:04 -0600 Subject: [PATCH] Update to Spring Boot 3.2.0 And remove unused Asciidoc attributes fromt the readme. --- README.adoc | 9 --------- complete/build.gradle | 4 ++-- complete/pom.xml | 2 +- initial/build.gradle | 4 ++-- initial/pom.xml | 2 +- 5 files changed, 6 insertions(+), 15 deletions(-) diff --git a/README.adoc b/README.adoc index 5662ef8..c83684e 100644 --- a/README.adoc +++ b/README.adoc @@ -1,17 +1,8 @@ -:spring_version: current :spring_data_rest: current :spring_data_commons: current -:spring_boot_version: 3.0.1 -:Component: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html -:Controller: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Controller.html -:DispatcherServlet: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html -:SpringApplication: https://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html -:ResponseBody: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/bind/annotation/ResponseBody.html -:EnableAutoConfiguration: https://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html :toc: :icons: font :source-highlighter: prettify -:project_id: gs-accessing-neo4j-data-rest This guide walks you through the process of creating an application that accesses graph-based data through a link:/guides/gs/rest-hateoas[hypermedia-based] RESTful front diff --git a/complete/build.gradle b/complete/build.gradle index 80b4430..27882d6 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'org.springframework.boot' version '3.1.0' - id 'io.spring.dependency-management' version '1.1.0' + id 'org.springframework.boot' version '3.2.0' + id 'io.spring.dependency-management' version '1.1.4' id 'java' } diff --git a/complete/pom.xml b/complete/pom.xml index 7d86d39..1872424 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.2.0 com.example diff --git a/initial/build.gradle b/initial/build.gradle index 80b4430..27882d6 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'org.springframework.boot' version '3.1.0' - id 'io.spring.dependency-management' version '1.1.0' + id 'org.springframework.boot' version '3.2.0' + id 'io.spring.dependency-management' version '1.1.4' id 'java' } diff --git a/initial/pom.xml b/initial/pom.xml index 0c86c5c..638132e 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.2.0 com.example