Skip to content

Commit 88a69bc

Browse files
authored
Merge pull request #191 from ContainerSolutions/dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-2.3.4.RELEASE
Bump spring-boot-maven-plugin from 2.3.3.RELEASE to 2.3.4.RELEASE
2 parents 39107a3 + 5528aca commit 88a69bc

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)