Skip to content

Commit 412d9bf

Browse files
authored
Merge pull request #190 from ContainerSolutions/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.3.4.RELEASE
Bump spring-boot-dependencies from 2.3.3.RELEASE to 2.3.4.RELEASE
2 parents 88a69bc + b1a5c8c commit 412d9bf

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)