Skip to content

Commit 7080a8e

Browse files
build(deps): bump org.springframework.boot from 3.4.5 to 3.5.0 (#203)
* build(deps): bump org.springframework.boot from 3.4.5 to 3.5.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Make tests work again --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Boos <[email protected]>
1 parent 2c0bd0e commit 7080a8e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ subprojects {
3232
// Testing
3333
testImplementation(libs.junit.jupiter.api)
3434
testRuntimeOnly(libs.junit.jupiter.engine)
35+
testRuntimeOnly(libs.junit.platform.launcher)
3536
testImplementation(libs.mockito.core)
3637
testImplementation(libs.mockito.junit.jupiter)
3738
}

gradle/libs.versions.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
java = "21"
3-
spring-boot = "3.4.5"
3+
spring-boot = "3.5.0"
44
spring-dependency-management = "1.1.7"
55
openapi-generator = "7.13.0"
66
openapi-tools = "0.2.6"
@@ -15,10 +15,11 @@ datadog-statsd = "4.4.4"
1515
# Verify
1616
checkstyle = "8.44"
1717
pmd = "6.55.0"
18-
jacoco = "0.8.7"
18+
jacoco = "0.8.13"
1919
# Testing
2020
mockito = "5.17.0"
21-
junit-jupiter = "5.11.4"
21+
junit-jupiter = "5.12.2"
22+
junit-platform = "1.12.2"
2223

2324
[libraries]
2425
openapi-tools-jacksonDatabindNullable = { group = "org.openapitools", name = "jackson-databind-nullable", version.ref = "openapi-tools" }
@@ -34,7 +35,7 @@ mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mo
3435
mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito" }
3536
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
3637
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }
37-
38+
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit-platform" }
3839

3940
[plugins]
4041
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }

0 commit comments

Comments
 (0)