File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11ext {
22 jsoupVersion = ' 1.18.3'
33 okhttpVersion = ' 4.12.0'
4- gsonVersion = ' 2.11.0 '
4+ gsonVersion = ' 2.12.1 '
55 lombokVersion = ' 1.18.36'
6+ junitVersion = ' 5.9.1'
67}
78
89allprojects {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 implementation " com.google.code.gson:gson:${ rootProject.ext.gsonVersion} "
1010 implementation " org.jsoup:jsoup:${ rootProject.ext.jsoupVersion} "
1111 annotationProcessor " org.projectlombok:lombok:${ rootProject.ext.lombokVersion} "
12- testImplementation platform(' org.junit:junit-bom:5.9.1 ' )
12+ testImplementation platform(" org.junit:junit-bom:${ rootProject.ext.junitVersion } " )
1313 testImplementation ' org.junit.jupiter:junit-jupiter'
1414}
1515
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation " com.squareup.okhttp3:okhttp:${ rootProject.ext.okhttpVersion} "
88 testImplementation " com.squareup.okhttp3:mockwebserver:${ rootProject.ext.okhttpVersion} "
99 annotationProcessor " org.projectlombok:lombok:${ rootProject.ext.lombokVersion} "
10- testImplementation platform(' org.junit:junit-bom:5.9.1 ' )
10+ testImplementation platform(" org.junit:junit-bom:${ rootProject.ext.junitVersion } " )
1111 testImplementation ' org.junit.jupiter:junit-jupiter'
1212}
1313
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 annotationProcessor " org.projectlombok:lombok:${ rootProject.ext.lombokVersion} "
7- testImplementation platform(' org.junit:junit-bom:5.9.1 ' )
7+ testImplementation platform(" org.junit:junit-bom:${ rootProject.ext.junitVersion } " )
88 testImplementation ' org.junit.jupiter:junit-jupiter'
99}
1010
You can’t perform that action at this time.
0 commit comments