Skip to content

Commit eca3139

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) Updates `com.spotify.fmt:fmt-maven-plugin` from 2.28 to 2.29 - [Release notes](https://github.com/spotify/fmt-maven-plugin/releases) - [Commits](spotify/fmt-maven-plugin@2.28.0...2.29.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.spotify.fmt:fmt-maven-plugin dependency-version: '2.29' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a1cb86 commit eca3139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.5</version>
9+
<version>3.5.6</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.mangasite</groupId>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>com.spotify.fmt</groupId>
118118
<artifactId>fmt-maven-plugin</artifactId>
119-
<version>2.28</version>
119+
<version>2.29</version>
120120
<configuration>
121121
<skipSortingImports>true</skipSortingImports>
122122
</configuration>

0 commit comments

Comments
 (0)