File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ dependencies {
83
83
84
84
implementation ' io.github.gradle-nexus:publish-plugin:1.1.0'
85
85
implementation ' io.projectreactor:reactor-core:3.4.11'
86
- implementation ' org.gretty:gretty:4.0.0'
86
+ implementation (' org.gretty:gretty:4.1.2' ) {
87
+ exclude group : ' org.springframework.boot' , module : ' spring-boot-loader-tools'
88
+ }
87
89
implementation ' com.apollographql.apollo:apollo-runtime:2.4.5'
88
90
implementation ' com.github.ben-manes:gradle-versions-plugin:0.38.0'
89
91
implementation ' com.github.spullara.mustache.java:compiler:0.9.4'
@@ -94,6 +96,7 @@ dependencies {
94
96
implementation ' org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'
95
97
implementation ' org.hidetake:gradle-ssh-plugin:2.10.1'
96
98
implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1'
99
+ implementation ' org.springframework:spring-core:6.0.16'
97
100
implementation ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
98
101
99
102
testImplementation platform(' org.junit:junit-bom:5.8.1' )
You can’t perform that action at this time.
0 commit comments