Skip to content

Commit effff51

Browse files
committed
fix: deps versions
1 parent f185367 commit effff51

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

main.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ subprojects {
4141
annotationProcessor 'org.projectlombok:lombok'
4242
testAnnotationProcessor 'org.projectlombok:lombok'
4343
testCompileOnly 'org.projectlombok:lombok'
44+
implementation platform("org.springframework.boot:spring-boot-dependencies:3.5.13")
4445
}
4546

4647
jacocoTestReport {
@@ -57,12 +58,6 @@ subprojects {
5758

5859
}
5960

60-
dependencyManagement {
61-
imports {
62-
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.13'
63-
}
64-
}
65-
6661
if (toPublish.split(',').contains(it.name)) {
6762
apply plugin: 'maven-publish'
6863
apply plugin: 'signing'

0 commit comments

Comments
 (0)