Skip to content

Commit d2beb20

Browse files
committed
Upgrade dependencies (#40)
1 parent e8c9436 commit d2beb20

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

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

66
repositories {
@@ -18,16 +18,16 @@ configurations {
1818
}
1919

2020
dependencies {
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

3333
test {

0 commit comments

Comments
 (0)