File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 }
2121
2222 wrapper {
23- gradleVersion = " 4.10.2 "
23+ gradleVersion = " 4.10.3 "
2424 distributionType = Wrapper.DistributionType . ALL
2525 }
2626}
@@ -69,7 +69,7 @@ allprojects {
6969 sonatypeUploadUrl = isSnapshot ? sonatypeSnapshotUrl : sonatypeReleaseUrl
7070 primaryEmail = " functionaljava@googlegroups.com"
7171
72- dependencyJunit = " org.junit.vintage:junit-vintage-engine:5.2.0 "
72+ dependencyJunit = " org.junit.vintage:junit-vintage-engine:5.3.2 "
7373
7474 displayCompilerWarnings = true
7575 }
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-4.10.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments