Skip to content

Commit b19a45f

Browse files
dependabot[bot]zak905
authored andcommitted
dependencies upgrade(dashboard-service): bump the all group
Bumps the all group in /dashboard-service with 2 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). 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 `org.springframework.boot:spring-boot-maven-plugin` 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) --- 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: all - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13b1cb4 commit b19a45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.5</version>
8+
<version>3.5.6</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.gwidgets</groupId>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-maven-plugin</artifactId>
46-
<version>3.5.5</version>
46+
<version>3.5.6</version>
4747
</plugin>
4848
</plugins>
4949
</build>

0 commit comments

Comments
 (0)