Skip to content

Commit a6aefc8

Browse files
Update spring boot to v4.0.1 (#153)
* Update spring boot to v4.0.1 * add test dependencies for restclient and actuator --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 223b788 commit a6aefc8

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file is used by logchange tool to generate CHANGELOG.md 🌳 🪓 => 🪵
2+
# Visit https://github.com/logchange/logchange and leave a star 🌟
3+
# More info about configuration you can find https://github.com/logchange/logchange#yaml-format ⬅️⬅ ️
4+
title: Upgraded org.springframework.boot:spring-boot-dependencies from 4.0.0 to 4.0.1
5+
authors:
6+
- name: logchange-bot
7+
nick: logchange-bot
8+
url: team@logchange.dev
9+
type: dependency_update
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file is used by logchange tool to generate CHANGELOG.md 🌳 🪓 => 🪵
2+
# Visit https://github.com/logchange/logchange and leave a star 🌟
3+
# More info about configuration you can find https://github.com/logchange/logchange#yaml-format ⬅️⬅ ️
4+
title: Upgraded org.springframework.boot:spring-boot-maven-plugin from 4.0.0 to 4.0.1
5+
authors:
6+
- name: logchange-bot
7+
nick: logchange-bot
8+
url: team@logchange.dev
9+
type: dependency_update
10+

hofund-spring-boot-e2e/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<artifactId>spring-boot-starter-webmvc-test</artifactId>
4747
<scope>test</scope>
4848
</dependency>
49+
<dependency>
50+
<groupId>org.springframework.boot</groupId>
51+
<artifactId>spring-boot-starter-restclient-test</artifactId>
52+
<scope>test</scope>
53+
</dependency>
4954
<dependency>
5055
<groupId>org.springframework.boot</groupId>
5156
<artifactId>spring-boot-starter-actuator-test</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6464

65-
<spring-boot.version>4.0.0</spring-boot.version>
65+
<spring-boot.version>4.0.1</spring-boot.version>
6666

6767
<!-- TESTS -->
6868
<mockwebserver.version>5.3.2</mockwebserver.version>

0 commit comments

Comments
 (0)