Skip to content

Commit c1dc35e

Browse files
Bump the spring-dependencies group with 2 updates
Bumps the spring-dependencies group 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 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: spring-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d455e42 commit c1dc35e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.5</version>
8+
<version>4.0.6</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>17</java.version>
22-
<spring.boot.version>4.0.5</spring.boot.version>
22+
<spring.boot.version>4.0.6</spring.boot.version>
2323
<spring-cloud.version>2025.1.1</spring-cloud.version>
2424
<commons-logging.version>1.3.6</commons-logging.version>
2525
<dependency-check-maven.version>12.2.1</dependency-check-maven.version>

0 commit comments

Comments
 (0)