Skip to content

Commit 9cd58b4

Browse files
Bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject), io.avaje:avaje-inject-generator 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 `io.avaje:avaje-inject` from 12.0-RC4 to 12.0-RC5 - [Release notes](https://github.com/avaje/avaje-inject/releases) - [Commits](https://github.com/avaje/avaje-inject/commits) Updates `io.avaje:avaje-inject-generator` from 12.0-RC4 to 12.0-RC5 Updates `io.avaje:avaje-inject-generator` from 12.0-RC4 to 12.0-RC5 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: io.avaje:avaje-inject dependency-version: 12.0-RC5 dependency-type: direct:production dependency-group: dependencies - dependency-name: io.avaje:avaje-inject-generator dependency-version: 12.0-RC5 dependency-type: direct:production dependency-group: dependencies - dependency-name: io.avaje:avaje-inject-generator dependency-version: 12.0-RC5 dependency-type: direct:production 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 9cd58b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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>
@@ -17,7 +17,7 @@
1717
<properties>
1818
<java.version>24</java.version>
1919
<maven.compiler.proc>full</maven.compiler.proc>
20-
<avaje.inject.version>12.0-RC4</avaje.inject.version>
20+
<avaje.inject.version>12.0-RC5</avaje.inject.version>
2121
<mainClass>com.mangasite.MangaBackendApplication</mainClass>
2222
<start-class>com.mangasite.MangaBackendApplication</start-class>
2323
</properties>
@@ -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)