Upgrade dependencies, including Gradle (#2997)
* `exclude group: 'org.springframework'` from all non-core Spring dependencies to avoid CLASSPATH conflicts * Remove suppress from from some modules which don't report compilation warnings any more * Fix deprecation warnings reported after upgrades
This commit is contained in:
committed by
Gary Russell
parent
8bb0e194c0
commit
42d8faf11e
@@ -72,7 +72,7 @@ public class RateLimiterRequestHandlerAdviceTests {
|
||||
|
||||
long howLongToWait =
|
||||
this.rateLimiterRequestHandlerAdvice.getRateLimiter()
|
||||
.reservePermission(Duration.ofSeconds(10));
|
||||
.reservePermission();
|
||||
|
||||
TimeUnit.NANOSECONDS.sleep(howLongToWait + REFRESH_PERIOD.toNanos());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user