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