Skip to content

Commit bd05425

Browse files
Bump springboot.version from 4.0.0 to 4.0.3 (#2500)
* Bump springboot.version from 4.0.0 to 4.0.3 Bumps `springboot.version` from 4.0.0 to 4.0.3. Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0...v4.0.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.0 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0...v4.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Adjust test dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn <aaronc@inrupt.com>
1 parent 157f4eb commit bd05425

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

examples/spring-web/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</description>
1717

1818
<properties>
19-
<springboot.version>4.0.0</springboot.version>
19+
<springboot.version>4.0.3</springboot.version>
2020
</properties>
2121

2222
<dependencyManagement>
@@ -69,6 +69,11 @@
6969
<artifactId>spring-boot-starter-test</artifactId>
7070
<scope>test</scope>
7171
</dependency>
72+
<dependency>
73+
<groupId>org.springframework.boot</groupId>
74+
<artifactId>spring-boot-restclient</artifactId>
75+
<scope>test</scope>
76+
</dependency>
7277
<dependency>
7378
<groupId>org.springframework.boot</groupId>
7479
<artifactId>spring-boot-resttestclient</artifactId>

examples/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</description>
1717

1818
<properties>
19-
<springboot.version>4.0.0</springboot.version>
19+
<springboot.version>4.0.3</springboot.version>
2020
</properties>
2121

2222
<dependencyManagement>

0 commit comments

Comments
 (0)