Skip to content

Commit 16d6e94

Browse files
author
Jay Bryant
committed
Update to Spring Boot 3.2.0
And remove unused AsciiDoc attributes from the readme.
1 parent 792ad22 commit 16d6e94

File tree

6 files changed

+6
-58
lines changed

6 files changed

+6
-58
lines changed

Jenkinsfile

-44
This file was deleted.

README.adoc

-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
:spring_version: current
2-
:spring_boot_version: current
3-
:SpringSocial: http://projects.spring.io/spring-social/
4-
:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
5-
:EnableAutoConfiguration: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html
6-
:DispatcherServlet: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html
7-
:SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
81
:images: https://raw.githubusercontent.com/spring-guides/gs-integration/main/images
9-
:gs-register-twitter-app: link:/guides/gs/register-twitter-app
102
:toc:
113
:icons: font
124
:source-highlighter: prettify

complete/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.0'
3-
id 'io.spring.dependency-management' version '1.1.0'
2+
id 'org.springframework.boot' version '3.2.0'
3+
id 'io.spring.dependency-management' version '1.1.4'
44
id 'java'
55
}
66

complete/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

initial/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.0'
3-
id 'io.spring.dependency-management' version '1.1.0'
2+
id 'org.springframework.boot' version '3.2.0'
3+
id 'io.spring.dependency-management' version '1.1.4'
44
id 'java'
55
}
66

initial/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)