Skip to content

Commit b1a5c8c

Browse files
Bump spring-boot-dependencies from 2.3.3.RELEASE to 2.3.4.RELEASE
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.3.3.RELEASE to 2.3.4.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.3.3.RELEASE...v2.3.4.RELEASE) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39107a3 commit b1a5c8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/spring-boot-auto-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-dependencies</artifactId>
64-
<version>2.3.3.RELEASE</version>
64+
<version>2.3.4.RELEASE</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

samples/spring-boot-plain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>
6060
<artifactId>spring-boot-dependencies</artifactId>
61-
<version>2.3.3.RELEASE</version>
61+
<version>2.3.4.RELEASE</version>
6262
<type>pom</type>
6363
<scope>import</scope>
6464
</dependency>

spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-dependencies</artifactId>
44-
<version>2.3.3.RELEASE</version>
44+
<version>2.3.4.RELEASE</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

0 commit comments

Comments
 (0)