Skip to content

Commit 6b1740a

Browse files
Bump spring-boot from 3.4.5 to 3.5.0 (#138)
* Bump spring-boot from 3.4.5 to 3.5.0 Bumps `spring-boot` from 3.4.5 to 3.5.0. Updates `org.springframework.boot:spring-boot-dependencies` 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) Updates `org.springframework.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:spring-boot-dependencies dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - 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] <support@github.com> * Add junit platform launcher --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artur Havliukovskyi <agavlyukovskiy@gmail.com>
1 parent 32c1d31 commit 6b1740a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

datasource-decorator-spring-boot-autoconfigure/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies {
77
implementation(platform(libs.spring.boot.dependencies))
88
annotationProcessor(platform(libs.spring.boot.dependencies))
99
compileOnly(platform(libs.spring.boot.dependencies))
10+
testImplementation(platform(libs.junit.bom))
1011
testImplementation(platform(libs.spring.boot.dependencies))
1112

1213
implementation(libs.spring.boot)
@@ -33,6 +34,7 @@ dependencies {
3334
compileOnly(libs.hibernate.core)
3435
compileOnly(libs.sql.formatter)
3536

37+
testImplementation(libs.junit.platform.launcher)
3638
testImplementation(libs.h2)
3739
testImplementation(libs.spring.boot.starter.test)
3840

gradle/libs.versions.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
spring-boot = "3.4.5"
2+
spring-boot = "3.5.0"
33
p6Spy = "3.9.1"
44
datasource-proxy = "1.10.1"
55
flexy-pool = "3.0.2"
@@ -37,6 +37,9 @@ h2 = { group = "com.h2database", name = "h2" }
3737
commons-dbcp = { group = "commons-dbcp", name = "commons-dbcp", version = "1.4" }
3838
flyway-core = { group = "org.flywaydb", name = "flyway-core" }
3939

40+
junit-bom = { group = "org.junit", name = "junit-bom", version = "5.12.2" }
41+
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
42+
4043
[plugins]
4144
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
4245
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }

0 commit comments

Comments
 (0)