Skip to content

Commit 7394c44

Browse files
committed
chore: Fix build issues due to inappropriate plugin
1 parent a5371d1 commit 7394c44

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
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

2423
dependencies {
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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)