build.gradle (spring-boot-2.7.3) | : | build.gradle (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 167 | skipping to change at line 167 | |||
] | ] | |||
} | } | |||
} | } | |||
library("Sisu", "2.6.0") { | library("Sisu", "2.6.0") { | |||
group("org.sonatype.sisu") { | group("org.sonatype.sisu") { | |||
modules = [ | modules = [ | |||
"sisu-inject-plexus" | "sisu-inject-plexus" | |||
] | ] | |||
} | } | |||
} | } | |||
library("SnakeYAML", "1.32") { | ||||
group("org.yaml") { | ||||
modules = [ | ||||
"snakeyaml" | ||||
] | ||||
} | ||||
} | ||||
library("Spock Framework", "2.0-groovy-3.0") { | library("Spock Framework", "2.0-groovy-3.0") { | |||
group("org.spockframework") { | group("org.spockframework") { | |||
modules = [ | modules = [ | |||
"spock-core", | "spock-core", | |||
"spock-spring" | "spock-spring" | |||
] | ] | |||
} | } | |||
} | } | |||
library("TestNG", "6.14.3") { | library("TestNG", "6.14.3") { | |||
group("org.testng") { | group("org.testng") { | |||
skipping to change at line 190 | skipping to change at line 197 | |||
} | } | |||
} | } | |||
library("Spring Asciidoctor Extensions", "0.6.0") { | library("Spring Asciidoctor Extensions", "0.6.0") { | |||
group("io.spring.asciidoctor") { | group("io.spring.asciidoctor") { | |||
modules = [ | modules = [ | |||
"spring-asciidoctor-extensions-spring-boot", | "spring-asciidoctor-extensions-spring-boot", | |||
"spring-asciidoctor-extensions-section-ids" | "spring-asciidoctor-extensions-section-ids" | |||
] | ] | |||
} | } | |||
} | } | |||
library("Testcontainers", "1.16.2") { | library("Testcontainers", "1.17.3") { | |||
group("org.testcontainers") { | group("org.testcontainers") { | |||
imports = [ | imports = [ | |||
"testcontainers-bom" | "testcontainers-bom" | |||
] | ] | |||
} | } | |||
} | } | |||
} | } | |||
dependencies { | dependencies { | |||
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependenci es"))) | api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependenci es"))) | |||
} | } | |||
tasks.withType(GenerateModuleMetadata).configureEach { | ||||
// Internal module so enforced platform dependencies are OK | ||||
suppressedValidationErrors.add('enforced-platform') | ||||
} | ||||
End of changes. 3 change blocks. | ||||
1 lines changed or deleted | 8 lines changed or added |