Skip to content

Commit d46d649

Browse files
authored
chore(deps): update spring boot (GoogleCloudPlatform#4703)
1 parent 2d36bfa commit d46d649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-jetty</artifactId>
73-
<version>2.4.2</version>
73+
<version>2.4.3</version>
7474
</dependency>
7575
</dependencies>
7676

appengine-java11/tasks-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4.2</version>
77+
<version>2.4.3</version>
7878
</dependency>
7979

8080
</dependencies>

pubsub/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-dependencies</artifactId>
50-
<version>2.3.8.RELEASE</version>
50+
<version>2.4.2</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

0 commit comments

Comments
 (0)