This repository was archived by the owner on Dec 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1818 max-parallel : 100
1919 matrix :
2020 spring_boot_version :
21- - 3.4.0
22- - 3.3.6
21+ - 3.4.6
22+ - 3.5.0
2323 container :
2424 image : azul/zulu-openjdk:17
2525 env :
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.4] - 2025-06-20
9+
10+ ### Changed
11+ - Added support for Spring Boot 3.5.
12+ - Dropped support for Spring Boot 3.3.
13+ - Updated the version of Spring Boot 3.4 to 3.4.6.
14+
815## [ 0.1.3] - 2025-03-03
916
1017### Changed
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ dependencies {
5353 local(libraries. lombok)
5454
5555 compileOnly libraries. spotbugsAnnotations
56+
57+ testRuntimeOnly libraries. junitPlatformLauncher
5658}
5759
5860java {
Original file line number Diff line number Diff line change 1111 lombok : ' org.projectlombok:lombok' ,
1212 springBootStarter : " org.springframework.boot:spring-boot-starter" ,
1313 springBootStarterTest : " org.springframework.boot:spring-boot-starter-test" ,
14+ junitPlatformLauncher : ' org.junit.platform:junit-platform-launcher' ,
1415 ]
1516}
Original file line number Diff line number Diff line change 1- version =0.1.3
1+ version =0.1.4
You can’t perform that action at this time.
0 commit comments