Browse Source
* gradle: 7.3.3 -> 7.4.2 Configuration cache improvements and several other improvements. https://docs.gradle.org/7.4.2/release-notes.html * dependencycheck gradle plugin: 6.5.3 -> 7.0.3 Minor fixes. * spotbugs gradle plugin: 5.0.5 -> 5.0.6 Minor fixes. https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/5.0.6 * jmh: 1.34 -> 1.35 Fixes and profiler improvements. https://mail.openjdk.java.net/pipermail/jmh-dev/2022-March/003422.html * jqwik: 1.6.3 -> 1.6.5 Various tweaks and some breaking changes that don't seem to affect us. https://github.com/jlink/jqwik/releases/tag/1.6.4 https://github.com/jlink/jqwik/releases/tag/1.6.5 * mockito: 4.3.1 -> 4.4.0 Add feature to verify static methods calls in order and minor fixes/improvements. https://github.com/mockito/mockito/releases/tag/v4.4.0 Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>pull/12008/head
Ismael Juma
3 years ago
committed by
GitHub
4 changed files with 9 additions and 9 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME |
||||
distributionPath=wrapper/dists |
||||
distributionSha256Sum=c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879 |
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip |
||||
distributionSha256Sum=e6d864e3b5bc05cc62041842b306383fc1fefcec359e70cebb1d470a6094ca82 |
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip |
||||
zipStoreBase=GRADLE_USER_HOME |
||||
zipStorePath=wrapper/dists |
||||
|
Loading…
Reference in new issue