File tree 11 files changed +19
-19
lines changed
appengine-java8/springboot-helloworld
flexible/helloworld-springboot
11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 39
39
<!-- Import dependency management from Spring Boot -->
40
40
<groupId >org.springframework.boot</groupId >
41
41
<artifactId >spring-boot-dependencies</artifactId >
42
- <version >2.3.0 .RELEASE</version >
42
+ <version >2.3.1 .RELEASE</version >
43
43
<type >pom</type >
44
44
<scope >import</scope >
45
45
</dependency >
70
70
<dependency >
71
71
<groupId >org.springframework.boot</groupId >
72
72
<artifactId >spring-boot-starter-jetty</artifactId >
73
- <version >2.3.0 .RELEASE</version >
73
+ <version >2.3.1 .RELEASE</version >
74
74
</dependency >
75
75
</dependencies >
76
76
79
79
<plugin >
80
80
<groupId >org.springframework.boot</groupId >
81
81
<artifactId >spring-boot-maven-plugin</artifactId >
82
- <version >2.3.0 .RELEASE</version >
82
+ <version >2.3.1 .RELEASE</version >
83
83
<executions >
84
84
<execution >
85
85
<goals >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
42
42
<!-- Import dependency management from Spring Boot -->
43
43
<groupId >org.springframework.boot</groupId >
44
44
<artifactId >spring-boot-dependencies</artifactId >
45
- <version >2.3.0 .RELEASE</version >
45
+ <version >2.3.1 .RELEASE</version >
46
46
<type >pom</type >
47
47
<scope >import</scope >
48
48
</dependency >
@@ -62,7 +62,7 @@ limitations under the License.
62
62
<dependency >
63
63
<groupId >org.springframework.boot</groupId >
64
64
<artifactId >spring-boot-starter-web</artifactId >
65
- <version >2.3.0 .RELEASE</version >
65
+ <version >2.3.1 .RELEASE</version >
66
66
<exclusions >
67
67
<!-- Exclude the Tomcat dependency -->
68
68
<exclusion >
@@ -74,7 +74,7 @@ limitations under the License.
74
74
<dependency >
75
75
<groupId >org.springframework.boot</groupId >
76
76
<artifactId >spring-boot-starter-jetty</artifactId >
77
- <version >2.3.0 .RELEASE</version >
77
+ <version >2.3.1 .RELEASE</version >
78
78
</dependency >
79
79
80
80
</dependencies >
@@ -84,7 +84,7 @@ limitations under the License.
84
84
<plugin >
85
85
<groupId >org.springframework.boot</groupId >
86
86
<artifactId >spring-boot-maven-plugin</artifactId >
87
- <version >2.3.0 .RELEASE</version >
87
+ <version >2.3.1 .RELEASE</version >
88
88
<executions >
89
89
<execution >
90
90
<goals >
Original file line number Diff line number Diff line change 20
20
<properties >
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23
- <spring .boot.version>2.3.0 .RELEASE</spring .boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
23
+ <spring .boot.version>2.3.1 .RELEASE</spring .boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
24
24
<maven .compiler.target>1.8</maven .compiler.target>
25
25
<maven .compiler.source>1.8</maven .compiler.source>
26
26
</properties >
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >org.springframework.boot</groupId >
42
42
<artifactId >spring-boot-starter-web</artifactId >
43
- <version >2.3.0 .RELEASE</version >
43
+ <version >2.3.1 .RELEASE</version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.springframework.boot</groupId >
47
47
<artifactId >spring-boot-starter-actuator</artifactId >
48
- <version >2.3.0 .RELEASE</version >
48
+ <version >2.3.1 .RELEASE</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.springframework.boot</groupId >
52
52
<artifactId >spring-boot-starter-test</artifactId >
53
- <version >2.3.0 .RELEASE</version >
53
+ <version >2.3.1 .RELEASE</version >
54
54
<scope >test</scope >
55
55
<exclusions >
56
56
<exclusion >
66
66
<plugin >
67
67
<groupId >org.springframework.boot</groupId >
68
68
<artifactId >spring-boot-maven-plugin</artifactId >
69
- <version >2.3.0 .RELEASE</version >
69
+ <version >2.3.1 .RELEASE</version >
70
70
<executions >
71
71
<execution >
72
72
<goals >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ limitations under the License.
32
32
<!-- Import dependency management from Spring Boot -->
33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-dependencies</artifactId >
35
- <version >2.3.0 .RELEASE</version >
35
+ <version >2.3.1 .RELEASE</version >
36
36
<type >pom</type >
37
37
<scope >import</scope >
38
38
</dependency >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ limitations under the License.
35
35
<!-- Import dependency management from Spring Boot -->
36
36
<groupId >org.springframework.boot</groupId >
37
37
<artifactId >spring-boot-dependencies</artifactId >
38
- <version >2.3.0 .RELEASE</version >
38
+ <version >2.3.1 .RELEASE</version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</dependency >
Original file line number Diff line number Diff line change 36
36
<!-- Import dependency management from Spring Boot -->
37
37
<groupId >org.springframework.boot</groupId >
38
38
<artifactId >spring-boot-dependencies</artifactId >
39
- <version >2.3.0 .RELEASE</version >
39
+ <version >2.3.1 .RELEASE</version >
40
40
<type >pom</type >
41
41
<scope >import</scope >
42
42
</dependency >
Original file line number Diff line number Diff line change 36
36
<!-- Import dependency management from Spring Boot -->
37
37
<groupId >org.springframework.boot</groupId >
38
38
<artifactId >spring-boot-dependencies</artifactId >
39
- <version >2.3.0 .RELEASE</version >
39
+ <version >2.3.1 .RELEASE</version >
40
40
<type >pom</type >
41
41
<scope >import</scope >
42
42
</dependency >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ limitations under the License.
35
35
<!-- Import dependency management from Spring Boot -->
36
36
<groupId >org.springframework.boot</groupId >
37
37
<artifactId >spring-boot-dependencies</artifactId >
38
- <version >2.3.0 .RELEASE</version >
38
+ <version >2.3.1 .RELEASE</version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</dependency >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ limitations under the License.
61
61
<plugin >
62
62
<groupId >org.springframework.boot</groupId >
63
63
<artifactId >spring-boot-maven-plugin</artifactId >
64
- <version >2.3.0 .RELEASE</version >
64
+ <version >2.3.1 .RELEASE</version >
65
65
<configuration >
66
66
<mainClass >com.example.spanner.QuickStartSample</mainClass >
67
67
</configuration >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
<properties >
20
20
<maven .compiler.target>1.8</maven .compiler.target>
21
21
<maven .compiler.source>1.8</maven .compiler.source>
22
- <spring .version>2.3.0 .RELEASE</spring .version>
22
+ <spring .version>2.3.1 .RELEASE</spring .version>
23
23
</properties >
24
24
25
25
<!--
You can’t perform that action at this time.
0 commit comments