File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ### Changed
10+
11+ - * Breaking* Migration to Spring Boot 4
12+
913## [ 8.0.1] ( https://github.com/dbmdz/flusswerk/releases/tag/8.0.0 ) - 2025-10-08
1014
1115### Fixed
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.mdz</groupId >
66 <artifactId >flusswerk-parent</artifactId >
7- <version >8 .0.2 -SNAPSHOT</version >
7+ <version >9 .0.0 -SNAPSHOT</version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >dev.mdz</groupId >
55 <artifactId >flusswerk-parent</artifactId >
6- <version >8 .0.2 -SNAPSHOT</version >
6+ <version >9 .0.0 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 66
77 <groupId >dev.mdz</groupId >
88 <artifactId >flusswerk-parent</artifactId >
9- <version >8 .0.2 -SNAPSHOT</version >
9+ <version >9 .0.0 -SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111
1212 <name >Flusswerk (Parent)</name >
1313
1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >3.5.6 </version >
17+ <version >4.0.0 </version >
1818 </parent >
1919
2020 <description >
7676 <dependency >
7777 <groupId >com.rabbitmq</groupId >
7878 <artifactId >amqp-client</artifactId >
79- <version >5.26.0 </version >
79+ <version >5.27.1 </version >
8080 </dependency >
8181 <dependency >
8282 <groupId >net.logstash.logback</groupId >
9292 <dependency >
9393 <groupId >org.junit.jupiter</groupId >
9494 <artifactId >junit-jupiter</artifactId >
95- <version >6.0.0 </version >
95+ <version >6.0.1 </version >
9696 <scope >test</scope >
9797 </dependency >
9898 <dependency >
You can’t perform that action at this time.
0 commit comments