Skip to content

Commit 5aadeda

Browse files
committed
1954 - Temp override due to spring-projects/spring-framework#33925
1 parent 1b1e1e4 commit 5aadeda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: build.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ versionCatalogUpdate {
1212
}
1313
}
1414

15+
1516
subprojects {
1617
apply(plugin = "com.bytechef.java-common-conventions")
1718
apply(plugin = "io.spring.dependency-management")
@@ -26,6 +27,10 @@ subprojects {
2627
configure<io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension> {
2728
imports {
2829
mavenBom("org.springframework.shell:spring-shell-dependencies:${rootProject.libs.versions.spring.shell.get()}")
30+
31+
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.1") {
32+
bomProperty("spring-framework.version", "6.2.2")
33+
}
2934
}
3035
}
3136
}

0 commit comments

Comments
 (0)