File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
6161wrapper {
62- gradleVersion = ' 6.8'
62+ gradleVersion = ' 6.8.2 '
6363}
6464
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ apply plugin: "signing"
44dependencies {
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
You can’t perform that action at this time.
0 commit comments