Skip to content

Commit

Permalink
Update Gretty to 4.1.2
Browse files Browse the repository at this point in the history
Closes gh-859
  • Loading branch information
jzheaux committed Feb 2, 2024
1 parent 8986597 commit bf88ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ dependencies {

implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
implementation 'io.projectreactor:reactor-core:3.4.11'
implementation 'org.gretty:gretty:4.0.0'
implementation ('org.gretty:gretty:4.1.2') {
exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'
}
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
implementation 'com.github.spullara.mustache.java:compiler:0.9.4'
Expand All @@ -94,6 +96,7 @@ dependencies {
implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1'
implementation 'org.springframework:spring-core:6.0.16'
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'

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

0 comments on commit bf88ec3

Please sign in to comment.