Skip to content

Commit eb2c0fe

Browse files
committed
Updated Gradle version & dependencies
1 parent 022d89c commit eb2c0fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ subprojects {
2929
version = '0.0.2-SNAPSHOT'
3030

3131
dependencies {
32-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
33-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
32+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
33+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
3434
}
3535

3636
java {
@@ -59,6 +59,6 @@ subprojects {
5959
}
6060

6161
wrapper {
62-
gradleVersion = '6.8'
62+
gradleVersion = '6.8.2'
6363
}
6464

extensions/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ apply plugin: "signing"
44
dependencies {
55
implementation project(":annotations")
66
implementation 'com.squareup:javapoet:1.13.0'
7-
implementation 'org.apache.commons:commons-lang3:3.10'
7+
implementation 'org.apache.commons:commons-lang3:3.11'
88

99
testImplementation 'org.mapstruct:mapstruct:1.4.0.Final'
10-
testImplementation 'org.assertj:assertj-core:3.18.1'
11-
testImplementation 'commons-io:commons-io:2.6'
10+
testImplementation 'org.assertj:assertj-core:3.19.0'
11+
testImplementation 'commons-io:commons-io:2.8.0'
1212
testImplementation 'com.google.guava:guava:30.1-jre'
13-
testImplementation 'org.mockito:mockito-junit-jupiter:3.7.0'
13+
testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7'
1414
testImplementation 'org.springframework:spring-core:5.0.0.RELEASE'
1515
}
1616

0 commit comments

Comments
 (0)