File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
spring-boot-tools/spring-boot-gradle-plugin Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ javaPlatform {
13
13
dependencies {
14
14
api(enforcedPlatform(project(" :spring-boot-project:spring-boot-dependencies" )))
15
15
api(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.12.5" ))
16
-
16
+
17
17
constraints {
18
18
api(" com.vaadin.external.google:android-json:0.0.20131108.vaadin1" )
19
19
api(" commons-fileupload:commons-fileupload:1.4" )
20
20
api(" io.mockk:mockk:1.9.3" )
21
+ api(" io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.1.RELEASE" )
22
+ api(" io.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:0.4.1.RELEASE" )
21
23
api(" jline:jline:2.11" )
22
24
api(" net.sf.jopt-simple:jopt-simple:5.0.4" )
23
25
api(" org.apache.commons:commons-compress:1.19" )
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ repositories {
28
28
dependencies {
29
29
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
30
30
31
- asciidoctorExtensions(" io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.0.RELEASE" )
31
+ asciidoctorExtensions(platform(project(" :spring-boot-project:spring-boot-parent" )))
32
+ asciidoctorExtensions(" io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch" )
32
33
33
34
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
34
35
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
You can’t perform that action at this time.
0 commit comments