File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
aws/aws-hello-world/gradle/wrapper Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ repositories {
1616}
1717
1818dependencies {
19- compileOnly ' org.projectlombok:lombok:1.18.2'
19+ compileOnly ' org.projectlombok:lombok:1.18.6'
20+ annotationProcessor ' org.projectlombok:lombok:1.18.6'
2021 implementation ' javax.validation:validation-api:2.0.1.Final'
2122 runtimeOnly ' org.hibernate:hibernate-validator:6.0.17.Final'
2223 testRuntimeOnly ' org.hibernate:hibernate-validator:6.0.17.Final'
You can’t perform that action at this time.
0 commit comments