Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file is used by logchange tool to generate CHANGELOG.md 🌳 🪓 => 🪵
# Visit https://github.com/logchange/logchange and leave a star 🌟
# More info about configuration you can find https://github.com/logchange/logchange#yaml-format ⬅️⬅ ️
title: Upgraded org.springframework.boot:spring-boot-dependencies from 4.0.0 to 4.0.1
authors:
- name: logchange-bot
nick: logchange-bot
url: team@logchange.dev
type: dependency_update

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file is used by logchange tool to generate CHANGELOG.md 🌳 🪓 => 🪵
# Visit https://github.com/logchange/logchange and leave a star 🌟
# More info about configuration you can find https://github.com/logchange/logchange#yaml-format ⬅️⬅ ️
title: Upgraded org.springframework.boot:spring-boot-maven-plugin from 4.0.0 to 4.0.1
authors:
- name: logchange-bot
nick: logchange-bot
url: team@logchange.dev
type: dependency_update

5 changes: 5 additions & 0 deletions hofund-spring-boot-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-restclient-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

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

<spring-boot.version>4.0.0</spring-boot.version>
<spring-boot.version>4.0.1</spring-boot.version>

<!-- TESTS -->
<mockwebserver.version>5.3.2</mockwebserver.version>
Expand Down
Loading