File tree 17 files changed +26
-26
lines changed
appengine-java8/springboot-helloworld
flexible/helloworld-springboot
17 files changed +26
-26
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.4.1 </version >
42
+ <version >2.4.2 </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.4.1 </version >
73
+ <version >2.4.2 </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.4.1 </version >
82
+ <version >2.4.2 </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.4.1 </version >
45
+ <version >2.4.2 </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.4.1 </version >
65
+ <version >2.4.2 </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.4.1 </version >
77
+ <version >2.4.2 </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.4.1 </version >
87
+ <version >2.4.2 </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.4.1 </spring .boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
23
+ <spring .boot.version>2.4.2 </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 107
107
<dependency >
108
108
<groupId >org.springframework.boot</groupId >
109
109
<artifactId >spring-boot-starter-parent</artifactId >
110
- <version >2.4.1 </version >
110
+ <version >2.4.2 </version >
111
111
<scope >import</scope >
112
112
<type >pom</type >
113
113
</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.4.1 </version >
38
+ <version >2.4.2 </version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</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.4.1 </version >
38
+ <version >2.4.2 </version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</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.4.1 </version >
38
+ <version >2.4.2 </version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</dependency >
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.4.1 </version >
43
+ <version >2.4.2 </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.4.1 </version >
48
+ <version >2.4.2 </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.4.1 </version >
53
+ <version >2.4.2 </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.4.1 </version >
69
+ <version >2.4.2 </version >
70
70
<executions >
71
71
<execution >
72
72
<goals >
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.springframework.boot</groupId >
49
49
<artifactId >spring-boot-dependencies</artifactId >
50
- <version >2.4.1 </version >
50
+ <version >2.4.2 </version >
51
51
<type >pom</type >
52
52
<scope >import</scope >
53
53
</dependency >
93
93
<plugin >
94
94
<groupId >org.springframework.boot</groupId >
95
95
<artifactId >spring-boot-maven-plugin</artifactId >
96
- <version >2.4.1 </version >
96
+ <version >2.4.2 </version >
97
97
<configuration >
98
98
<mainClass >demo.PubSubApplication</mainClass >
99
99
</configuration >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ limitations under the License.
43
43
<!-- Import dependency management from Spring Boot -->
44
44
<groupId >org.springframework.boot</groupId >
45
45
<artifactId >spring-boot-dependencies</artifactId >
46
- <version >2.4.1 </version >
46
+ <version >2.4.2 </version >
47
47
<type >pom</type >
48
48
<scope >import</scope >
49
49
</dependency >
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.4.1 </version >
35
+ <version >2.4.2 </version >
36
36
<type >pom</type >
37
37
<scope >import</scope >
38
38
</dependency >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ limitations under the License.
38
38
<!-- Import dependency management from Spring Boot -->
39
39
<groupId >org.springframework.boot</groupId >
40
40
<artifactId >spring-boot-dependencies</artifactId >
41
- <version >2.4.1 </version >
41
+ <version >2.4.2 </version >
42
42
<type >pom</type >
43
43
<scope >import</scope >
44
44
</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.4.1 </version >
38
+ <version >2.4.2 </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.4.1 </version >
39
+ <version >2.4.2 </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.4.1 </version >
39
+ <version >2.4.2 </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.4.1 </version >
38
+ <version >2.4.2 </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.4.1 </version >
64
+ <version >2.4.2 </version >
65
65
<configuration >
66
66
<mainClass >com.example.spanner.QuickStartSample</mainClass >
67
67
</configuration >
You can’t perform that action at this time.
0 commit comments