Skip to content

Commit aaf3d9a

Browse files
committed
Update Gretty to 4.1.2
Closes gh-859
1 parent f4bb5c2 commit aaf3d9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: buildSrc/build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ dependencies {
8383

8484
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
8585
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+
}
8789
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
8890
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
8991
implementation 'com.github.spullara.mustache.java:compiler:0.9.4'
@@ -94,6 +96,7 @@ dependencies {
9496
implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'
9597
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
9698
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1'
99+
implementation 'org.springframework:spring-core:6.0.16'
97100
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
98101

99102
testImplementation platform('org.junit:junit-bom:5.8.1')

0 commit comments

Comments
 (0)