File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
custom-paths/gradle/wrapper Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java-gradle-plugin'
3- id ' com.gradle.plugin-publish' version ' 0.15 .0'
3+ id ' com.gradle.plugin-publish' version ' 0.20 .0'
44}
55
66repositories {
7- jcenter ()
7+ mavenCentral ()
88}
99
1010def javaVersion = JavaVersion . VERSION_1_8
@@ -18,16 +18,16 @@ configurations {
1818}
1919
2020dependencies {
21- implementation ' de.undercouch:gradle-download-task:4 .0.2 '
22- compileOnly ' org.projectlombok:lombok:1.18.10 '
23- annotationProcessor ' org.projectlombok:lombok:1.18.10 '
21+ implementation ' de.undercouch:gradle-download-task:5 .0.1 '
22+ compileOnly ' org.projectlombok:lombok:1.18.22 '
23+ annotationProcessor ' org.projectlombok:lombok:1.18.22 '
2424
25- testImplementation ' org.assertj:assertj-core:3.14 .0'
26- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.5 .2'
27- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.5 .2'
25+ testImplementation ' org.assertj:assertj-core:3.22 .0'
26+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8 .2'
27+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8 .2'
2828
29- functionalTestImplementation ' com.github.tomakehurst:wiremock-jre8:2.25.1 '
30- functionalTestImplementation ' org.apache.commons:commons-compress:1.19 '
29+ functionalTestImplementation ' com.github.tomakehurst:wiremock-jre8:2.32.0 '
30+ functionalTestImplementation ' org.apache.commons:commons-compress:1.21 '
3131}
3232
3333test {
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-6.0 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
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-6.0 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
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-6.0 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
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-6.0 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
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-6.0 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments