File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 arguments : test
2929 - name : Test Reporter
30- uses : dorny/test-reporter@v2.1.1
30+ uses : dorny/test-reporter@v2.5.0
3131 if : success() || failure()
3232 with :
3333 name : JUnit Tests
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ dependencies {
22 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
33 implementation(" org.springframework.boot:spring-boot-starter-web" )
44
5- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9 " )
5+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15 " )
66
77}
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
66val currentYear = 2024
77
88plugins {
9- id(" org.springframework.boot" ) version " 3.5.4 " apply false
10- kotlin(" jvm" ) version " 2.2 .0" apply false
11- kotlin(" plugin.spring" ) version " 2.2 .0" apply false
9+ id(" org.springframework.boot" ) version " 3.5.9 " apply false
10+ kotlin(" jvm" ) version " 2.3 .0" apply false
11+ kotlin(" plugin.spring" ) version " 2.3 .0" apply false
1212
1313 java
1414 `java- test- fixtures`
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments