File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation(" io.github.gradle-nexus:publish-plugin:2.0.0" )
1616 implementation(" org.openapitools:openapi-generator-gradle-plugin:7.13.0" )
1717 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13" )
18- implementation(" org.springframework.boot:spring-boot-gradle-plugin:3.4.6 " )
18+ implementation(" org.springframework.boot:spring-boot-gradle-plugin:3.5.0 " )
1919
2020 // workaround to use libs in a precompiled script plugin.
2121 // https://github.com/gradle/gradle/issues/15383
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ tasks.withType<Javadoc> {
6565}
6666
6767tasks.withType(Test ::class .java) {
68- useJUnitPlatform()
6968 testLogging {
7069 // Make sure output from standard out or error is shown in Gradle output.
7170 showStandardStreams = true
You can’t perform that action at this time.
0 commit comments