Skip to content

Commit aa8cc8e

Browse files
renovate-botaverikitsch
authored andcommitted
Update spring boot to v2.2.2.RELEASE (GoogleCloudPlatform#1888)
1 parent 1d2b0c6 commit aa8cc8e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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>
@@ -70,7 +70,7 @@
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

@@ -79,7 +79,7 @@
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>

appengine-java11/tasks-handler/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

run/image-processing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

run/pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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>
@@ -78,7 +78,7 @@
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>

0 commit comments

Comments
 (0)