File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
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 compileJava {
@@ -58,6 +58,6 @@ subprojects {
5858}
5959
6060wrapper {
61- gradleVersion = ' 6.7.1 '
61+ gradleVersion = ' 6.8.2 '
6262}
6363
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ apply plugin: "signing"
33
44dependencies {
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
You can’t perform that action at this time.
0 commit comments