File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
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.20 .0'
3+ id ' com.gradle.plugin-publish' version ' 1.3 .0'
44}
55
66repositories {
@@ -18,16 +18,16 @@ configurations {
1818}
1919
2020dependencies {
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 '
21+ implementation ' de.undercouch:gradle-download-task:5.6.0 '
22+ compileOnly ' org.projectlombok:lombok:1.18.36 '
23+ annotationProcessor ' org.projectlombok:lombok:1.18.36 '
2424
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 '
25+ testImplementation ' org.assertj:assertj-core:3.27.2 '
26+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
27+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
2828
29- functionalTestImplementation ' com.github.tomakehurst:wiremock-jre8:2.32.0 '
30- functionalTestImplementation ' org.apache.commons:commons-compress:1.21 '
29+ functionalTestImplementation ' com.github.tomakehurst:wiremock-jre8:2.35.2 '
30+ functionalTestImplementation ' org.apache.commons:commons-compress:1.27.1 '
3131}
3232
3333test {
You can’t perform that action at this time.
0 commit comments