Skip to content

Commit 557d8a3

Browse files
committed
Updated Gradle version & dependencies
1 parent 3e7b83f commit 557d8a3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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
compileJava {
@@ -58,6 +58,6 @@ subprojects {
5858
}
5959

6060
wrapper {
61-
gradleVersion = '6.7.1'
61+
gradleVersion = '6.8.2'
6262
}
6363

extensions/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ apply plugin: "signing"
33

44
dependencies {
55
implementation project(":annotations")
6-
implementation 'com.squareup:javapoet:1.12.1'
7-
implementation 'org.apache.commons:commons-lang3:3.10'
6+
implementation 'com.squareup:javapoet:1.13.0'
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.15.0'
11-
testImplementation 'commons-io:commons-io:2.6'
12-
testImplementation 'com.google.guava:guava:28.2-jre'
13-
testImplementation 'org.mockito:mockito-junit-jupiter:3.3.3'
10+
testImplementation 'org.assertj:assertj-core:3.19.0'
11+
testImplementation 'commons-io:commons-io:2.8.0'
12+
testImplementation 'com.google.guava:guava:30.1-jre'
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)