File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.2.2.RELEASE'
32 id ' io.spring.dependency-management' version ' 1.0.8.RELEASE'
43 id ' java'
54
@@ -22,13 +21,13 @@ configurations {
2221}
2322
2423dependencies {
25- implementation ' org.springframework.boot:spring-boot-starter-web'
24+ implementation ' org.springframework.boot:spring-boot-starter-web:2.7.18 '
2625 implementation " org.apache.httpcomponents:fluent-hc:4.5.5"
2726 testImplementation ' io.contract-testing.contractcase:contractcase:0.1.0'
2827 testImplementation ' org.junit.jupiter:junit-jupiter:5.8.1'
2928 compileOnly ' org.projectlombok:lombok:1.18.28'
3029 annotationProcessor ' org.projectlombok:lombok:1.18.28'
31- testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
30+ testImplementation(' org.springframework.boot:spring-boot-starter-test:2.7.18 ' ) {
3231 exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
3332 }
3433}
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-7.3-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6. 3-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments