Skip to content

Commit 5528aca

Browse files
Bump spring-boot-maven-plugin from 2.3.3.RELEASE to 2.3.4.RELEASE
Bumps [spring-boot-maven-plugin](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 5528aca

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
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.springframework.boot</groupId>
7575
<artifactId>spring-boot-maven-plugin</artifactId>
76-
<version>2.3.3.RELEASE</version>
76+
<version>2.3.4.RELEASE</version>
7777
</plugin>
7878
</plugins>
7979
</build>

samples/spring-boot-plain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-maven-plugin</artifactId>
73-
<version>2.3.3.RELEASE</version>
73+
<version>2.3.4.RELEASE</version>
7474
</plugin>
7575
</plugins>
7676
</build>

spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-maven-plugin</artifactId>
34-
<version>2.3.3.RELEASE</version>
34+
<version>2.3.4.RELEASE</version>
3535
</plugin>
3636
</plugins>
3737
</build>

0 commit comments

Comments
 (0)