Skip to content

Commit e14cc17

Browse files
committed
Update to Gretty 4.1.2
Closes gh-859
1 parent b174d11 commit e14cc17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildSrc/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ dependencies {
8484

8585
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
8686
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+
}
8890
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
8991
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
9092
implementation 'com.github.spullara.mustache.java:compiler:0.9.4'
@@ -96,6 +98,7 @@ dependencies {
9698
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
9799
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1'
98100
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
101+
implementation 'org.springframework:spring-core:5.3.31'
99102

100103
testImplementation platform('org.junit:junit-bom:5.8.1')
101104
testImplementation "org.junit.jupiter:junit-jupiter-api"

0 commit comments

Comments
 (0)