File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3939 <!-- Import dependency management from Spring Boot -->
4040 <groupId >org.springframework.boot</groupId >
4141 <artifactId >spring-boot-dependencies</artifactId >
42- <version >2.1.4 .RELEASE</version >
42+ <version >2.2.2 .RELEASE</version >
4343 <type >pom</type >
4444 <scope >import</scope >
4545 </dependency >
7070 <dependency >
7171 <groupId >org.springframework.boot</groupId >
7272 <artifactId >spring-boot-starter-jetty</artifactId >
73- <version >2.2.1 .RELEASE</version >
73+ <version >2.2.2 .RELEASE</version >
7474 </dependency >
7575 </dependencies >
7676
7979 <plugin >
8080 <groupId >org.springframework.boot</groupId >
8181 <artifactId >spring-boot-maven-plugin</artifactId >
82- <version >2.1.4 .RELEASE</version >
82+ <version >2.2.2 .RELEASE</version >
8383 <executions >
8484 <execution >
8585 <goals >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242 <!-- Import dependency management from Spring Boot -->
4343 <groupId >org.springframework.boot</groupId >
4444 <artifactId >spring-boot-dependencies</artifactId >
45- <version >2.1.4 .RELEASE</version >
45+ <version >2.2.2 .RELEASE</version >
4646 <type >pom</type >
4747 <scope >import</scope >
4848 </dependency >
@@ -62,7 +62,7 @@ limitations under the License.
6262 <dependency >
6363 <groupId >org.springframework.boot</groupId >
6464 <artifactId >spring-boot-starter-web</artifactId >
65- <version >2.2.1 .RELEASE</version >
65+ <version >2.2.2 .RELEASE</version >
6666 <exclusions >
6767 <!-- Exclude the Tomcat dependency -->
6868 <exclusion >
@@ -74,7 +74,7 @@ limitations under the License.
7474 <dependency >
7575 <groupId >org.springframework.boot</groupId >
7676 <artifactId >spring-boot-starter-jetty</artifactId >
77- <version >2.2.1 .RELEASE</version >
77+ <version >2.2.2 .RELEASE</version >
7878 </dependency >
7979
8080 </dependencies >
@@ -84,7 +84,7 @@ limitations under the License.
8484 <plugin >
8585 <groupId >org.springframework.boot</groupId >
8686 <artifactId >spring-boot-maven-plugin</artifactId >
87- <version >2.1.4 .RELEASE</version >
87+ <version >2.2.2 .RELEASE</version >
8888 <executions >
8989 <execution >
9090 <goals >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ limitations under the License.
3535 <!-- Import dependency management from Spring Boot -->
3636 <groupId >org.springframework.boot</groupId >
3737 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.2.1 .RELEASE</version >
38+ <version >2.2.2 .RELEASE</version >
3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
@@ -104,7 +104,7 @@ limitations under the License.
104104 <plugin >
105105 <groupId >org.springframework.boot</groupId >
106106 <artifactId >spring-boot-maven-plugin</artifactId >
107- <version >2.2.1 .RELEASE</version >
107+ <version >2.2.2 .RELEASE</version >
108108 <executions >
109109 <execution >
110110 <goals >
Original file line number Diff line number Diff line change 3939 <!-- Import dependency management from Spring Boot -->
4040 <groupId >org.springframework.boot</groupId >
4141 <artifactId >spring-boot-dependencies</artifactId >
42- <version >2.1.4 .RELEASE</version >
42+ <version >2.2.2 .RELEASE</version >
4343 <type >pom</type >
4444 <scope >import</scope >
4545 </dependency >
7878 <plugin >
7979 <groupId >org.springframework.boot</groupId >
8080 <artifactId >spring-boot-maven-plugin</artifactId >
81- <version >2.1.4 .RELEASE</version >
81+ <version >2.2.2 .RELEASE</version >
8282 <executions >
8383 <execution >
8484 <goals >
You can’t perform that action at this time.
0 commit comments